Hi All,
We have migrated SP2007 site to SP2010. After migration in one of the list – on click of add new item or edit we are getting below error.
This list consist of custom content types (one of the column is HTML publishing).
Can anyone help to resolve this issue.
Server Error in '/' Application.
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:
[InvalidOperationException: Operation is not valid due to the current state of the object.] Microsoft.SharePoint.CoordinatedStreamBuffer.SPBackgroundFileFiller.Fill() +133 Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBuffer.WaitForIntervalFill(SPInterval i) +208 Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedMemoryStream.Read(Byte[] array, Int32 offset, Int32 count) +93 Microsoft.SharePoint.SPFileStream.Read(Byte[] buffer, Int32 offset, Int32 count) +121 Microsoft.SharePoint.SPFile.OpenBinary(SPOpenBinaryOptions openOptions) +171 Microsoft.SharePoint.Publishing.Internal.CodeBehind.RTE2PUEditor.ReadHtmlEditorExtensionsConfigFile(Page page) +723 Microsoft.SharePoint.Publishing.WebControls.HtmlEditor.RegisterScriptsV2() +149 Microsoft.SharePoint.Publishing.WebControls.HtmlEditor.OnPreRender(EventArgs e) +1266 System.Web.UI.Control.PreRenderRecursiveInternal() +108 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3394 |