Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
System.Web.HttpException: File does not exist.
posted

Hello

I am using the WebDataGrid and I keep getting this error when I load the page that only has a WebDataGrid on it.

System.Web.HttpException: File does not exist.

at System.Web.StaticFileHandler.GetFileInfo(String virtualPathWithPathInfo, String physicalPath, HttpResponse response)

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)

 

 The page loads just fine, but I have log4net that keeps logging the above error when ever the page loads, grid sorts, etc. Did a file not get copied when I added the WebDataGrid to the page?

 

Thanks

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    Is this the complete stack-trace? It is not originating from WebDataGrid and WebDataGrid is not mentioned anywhere in it, so it is really hard to tell how WebDataGrid relates to it. Is it possible that you have not copied some required resource the grid uses, like the skins folder ig_res?

    Do you get these errors in debug only mode or both in debug and release?

    Google searches for similar errors lead to this thread, maybe it will be helpful for you:

    http://forums.asp.net/t/1360302.aspx

    If none of these helps, could you please paste your grid declaration and any relevant code, so we can try to reproduce that locally?

     

     

Children