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.