Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Grant 6 posts 26 karma points
    Feb 10, 2014 @ 16:23
    Grant
    0

    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: 

    [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
  • Sebastiaan Janssen 5045 posts 15478 karma points MVP admin hq
    Feb 10, 2014 @ 19:06
    Sebastiaan Janssen
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft