3005 Warnings in Event Log

  •  08-01-2008, 10:24 AM

    3005 Warnings in Event Log

    We are using CuteEditor as part of our product and several of our customers are seeing 3005 warnings in their Windows Event Log.  I have pasted a sampling of the information found in these logs at the bottom of this message.  Looking at them, it appears to reference not being able to find spell.js and style.css, however, both files are present.  Spell.js is in the root of our web directory as well as CuteSoft_Client/CuteEditor/Scripts/,   and style.css is in  CuteSoft_Client/CuteEditor/Themes/OfficeXXX (all of the theme folders have a style.css).    
     
    I sent this same information to CuteSoft's Support today but thought I would post it here as well in case any other CuteSoft customers have run across this same problem and have a solution. 
     
    Any ideas or suggestions on what to check? 
     
     
    -----------------------------------------------------------------------------------------------

    Event code: 3005

    Exception type: NullReferenceException
       
    Exception message: Object reference not set to an instance of an object.
     

    Request information:
       
    Request URL: http://<omitted>.net/CuteSoft_Client/CuteEditor/Load.ashx?type=script&amp;file=spell.js
       
    Request path: /CuteSoft_Client/CuteEditor/Load.ashx
       
    Stack trace:  at CuteEditor.LoadHandler.ProcessRequest(HttpContext aspnetcontext)at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

     

    ---------------------------------------------------------------------------------------------
     
     
    Event code: 3005

    Exception type: Exception
       
    Exception message: file not found:
     

    Request information: 
     
     
    Request URL: http://<omitted>.net/CuteSoft_Client/CuteEditor/Load.ashx?type=themecss&amp;file=style.css&amp;theme=Custom&amp;EditorID=CE_txtMessage_ID
        Request path: /CuteSoft_Client/CuteEditor/Load.ashx
       
    Stack trace:  at CuteEditor.LoadHandler.a(String A_0, String A_1, Boolean A_2) at CuteEditor.LoadHandler.ProcessRequest(HttpContext aspnetcontext) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
View Complete Thread