I am receiving the following error when trying to edit one of my nodes from the content view. It only happens on one node. Do you know what this may mean?
Unable to cast object of type 'System.Web.UI.WebControls.Panel' to type 'umbraco.uicontrols.Pane'.
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.InvalidCastException: Unable to cast object of type 'System.Web.UI.WebControls.Panel' to type 'umbraco.uicontrols.Pane'.
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:
[InvalidCastException: Unable to cast object of type 'System.Web.UI.WebControls.Panel' to type 'umbraco.uicontrols.Pane'.]
Our.Umbraco.DocTypeFieldsets.Events.CreateFieldsets.GetFieldset(Panel controls, String fieldset) +289
Our.Umbraco.DocTypeFieldsets.Events.CreateFieldsets.ContentControl_AfterContentControlLoad(ContentControl contentControl, ContentControlLoadEventArgs e) +1831
umbraco.controls.ContentControl.FireAfterContentControlLoad(ContentControlLoadEventArgs e) +22
umbraco.controls.ContentControl.OnLoad(EventArgs e) +38
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Control.LoadRecursive() +145
System.Web.UI.Control.LoadRecursive() +145
System.Web.UI.Control.LoadRecursive() +145
System.Web.UI.Control.LoadRecursive() +145
System.Web.UI.Control.LoadRecursive() +145
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
No idea, but you might want to look into which properties are on the document type for this node and see if any of them may be causing this. I'm guessing all nodes of this type are throwing this error?
Umbraco UI error
I am receiving the following error when trying to edit one of my nodes from the content view. It only happens on one node. Do you know what this may mean?
Unable to cast object of type 'System.Web.UI.WebControls.Panel' to type 'umbraco.uicontrols.Pane'.
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.InvalidCastException: Unable to cast object of type 'System.Web.UI.WebControls.Panel' to type 'umbraco.uicontrols.Pane'.
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:
No idea, but you might want to look into which properties are on the document type for this node and see if any of them may be causing this. I'm guessing all nodes of this type are throwing this error?
is working on a reply...