Object reference not set to an instance of an object

Last post 09-10-2009, 4:25 AM by Kenneth. 2 replies.
Sort Posts: Previous Next
  •  04-17-2009, 10:28 AM 51207

    Object reference not set to an instance of an object

    I am developing using Visual Studio 2008 and in the development environment, CuteEditor works fine. When I publish the website to the live IIS7 (Server 2008) web server i get the following error:
     
     

    Server Error in '/' Application.

    Object reference not set to an instance of an 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.NullReferenceException: Object reference not set to an instance of an 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:

    Stack Trace:

    [NullReferenceException: Object reference not set to an instance of an object.] CuteEditor.Impl.b..ctor(Type type, String key) +86 CuteEditor.a.i(HtmlTextWriter A_0) +215 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +239
     
     
    Any help would be appreciated.
  •  09-09-2009, 4:33 PM 55495 in reply to 51207

    Re: Object reference not set to an instance of an object

    I had that same issue even when building a new project and just adding one form with the editor inside. I solved the issue by changing the license file with my developper license file. 

  •  09-10-2009, 4:25 AM 55519 in reply to 51207

    Re: Object reference not set to an instance of an object

     
    Please post  the line here which cause this issue.
     
    Regards,
     
    Ken
View as RSS news feed in XML