"Error Rendering Control" with VS. NET 2005

  •  02-17-2006, 3:29 PM

    "Error Rendering Control" with VS. NET 2005

    Hello,
     
    when I put editor in a control into a panel and then put the mycontrol.ascx on a page.aspx
    like this
     
    mycontrol.ascx:
     
    <asp:panel id=panel1 runat=server>
    <cuteeditor......./>
    </asp:panel>
     
    I get an error on page.aspx:
    Error Rendering Control - panel1
    An unhandled exception has ocured.
    Object reference not set to an instance of an object.
     
    What is to do?
     
    Regards
    J. Bauer
View Complete Thread