Hi,
We want to display last modified date and Last modified By information for all the pages of SharePoint sites.
For this we used the following SharePoint default controls in Master page.
<SharePointWebControls:DateTimeField FieldName="Modified" runat="server" ControlMode="Display"/>
<SharePointWebControls:UserField FieldName="Modified By" runat="server" ControlMode="Display"/>
This is working fine for all the pages of all the sites except for Blog Site. For Blog site, it is giving the below error
Operation is not valid due to the current state of the object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.InvalidOperationException: Operation is not valid due to the current state of the object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
|
Stack Trace:
|
Can you please help on this ?
Thanks.
bnarasimharao