System.Web.HttpException: File does not exist.
New DiscussionHello
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