Invalid DateTime format

  •  11-14-2009, 8:33 AM

    Invalid DateTime format

    Hi,
     
    I have a problem with the Load.ashx. Every other time it is requested with the URL:
     
    http://localhost/CuteSoft_Client/CuteEditor/Load.ashx?type=themecss&file=style_gecko.css&theme=Custom&EditorID=CE_ctl00_oPageContent_oPageLayout_oCommentBox_oPostEditor_ID

    it produces the following error:
     
    [FormatException: String was not recognized as a valid DateTime.]
       System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) +2835862
       CuteEditor.LoadHandler.b(DateTime A_0) +622
       CuteEditor.LoadHandler.a(String A_0, String A_1, Boolean A_2) +71
       CuteEditor.LoadHandler.ProcessRequest(HttpContext aspnetcontext) +1287
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
     
    Any suggestions?
     
    Thanks, 
    Magnus
View Complete Thread