Pagenotfound error

  •  08-16-2007, 3:19 PM

    Pagenotfound error

    Hello,
     
    I am experiencing an error with the cutesoft editor 6 latest release.
     
    The error it as following; The resource cannot be found. HTTP 404 Requested URL: /WebSite1/null
     
    In my test project I have;
     
    Default.aspx - containing an hyperlink to Default2.aspx
     
    Default2.aspx - containing the default editor
     
     
    Clicking on the hyperlink brings me to the page with the Editor, no error, but when clicking the browser's back button the above 404 error occurs with the /null url.
     
     
    Normally this error doesnt show (meaning you dont get an asp.net errorpage), but I use an errormanaging module which catches all errors generated by hooking on HttpApplication.Error event.
     
     
    Any idea about this error, and if it can be fixed in a next release?
View Complete Thread