Load.ashx Problem when instancing cuteeditor 1rst time

  •  01-14-2009, 6:42 AM

    Load.ashx Problem when instancing cuteeditor 1rst time

    Hi u
     
    asp.net healthmonitoring comes up with the following request error when first request is made:
     
    it seems to me that the querystring "theme" is not correct replaced?!
    any suggestions for solving?
     
     
      StatusC: 503 / Service Unavailable

    RawUrl : /controls/cuteeditor/Load.ashx?type=themecss&file=dialog.css&theme=[[_Theme_]]

    Address: 217.24.12.59

    UAgent : Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5

    date   : 14.01.2009 12:28:37

     

     

    System.Exception: file not found:dialog.css

       bei CuteEditor.LoadHandler.a(String A_0, String A_1, Boolean A_2)

       bei CuteEditor.LoadHandler.ProcessRequest(HttpContext aspnetcontext)

       bei System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

       bei System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

     

     

     

     

    OuterException:file not found:dialog.css

    --------------------------------------------------------------------------------

       bei CuteEditor.LoadHandler.a(String A_0, String A_1, Boolean A_2)

       bei CuteEditor.LoadHandler.ProcessRequest(HttpContext aspnetcontext)

       bei System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

       bei System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

     

     

    InnerExeption:file not found:dialog.css

    --------------------------------------------------------------------------------

       bei CuteEditor.LoadHandler.a(String A_0, String A_1, Boolean A_2)

       bei CuteEditor.LoadHandler.ProcessRequest(HttpContext aspnetcontext)

       bei System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

       bei System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

     

     

     

     

View Complete Thread