I've seen a few similar posts on this forum, but no solution is provided. I hope someone can help.
The exception I recived is as following:
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
{"File does not exist."}
System.Web.HttpException: {"File does not exist."}
Data: {System.Collections.ListDictionaryInternal}
HelpLink: Nothing
InnerException: Nothing
Message: "File does not exist."
Source: "System.Web"
StackTrace: " at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context)
at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)"
TargetSite: {System.Reflection.RuntimeMethodInfo}
'''''''''''''''''''''''''''''''''''''''''''''''''''''''
The pages with CuteEditor control on look right. But once I leave the page, I got the exception. What file is missing?
Appreaciate your help!
Grace