Försöker du läsa en fil någonstans i din kod? Felet säger att den inte hittar filen för att den inte finns.
Exception: File does not exist.
1 svar · 479 visningar · startad av Addeladde
Hej
Detta felmeddelande loggas då och då. Har förgäves försökt hitta felet i applikationen men utan att lyckas. Felmeddelandet säger ju inte så mycket.
Någon som har någon idé
**********2010-08-26 10:41:34**********
-----BaseException-----Exception Type: System.Web.HttpException
Exception: File does not exist.
Source: Generic Error Page
Stack Trace: at System.Web.StaticFileHandler.ProcessRequestForNonMapPathBasedVirtualFile(HttpRequest request, HttpResponse response, String overrideVirtualPath)
at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context, String overrideVirtualPath)
at System.Web.StaticFileHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
-----------------------Exception Type: System.Web.HttpException
Exception: File does not exist.
Source: Generic Error Page
Stack Trace: at System.Web.StaticFileHandler.ProcessRequestForNonMapPathBasedVirtualFile(HttpRequest request, HttpResponse response, String overrideVirtualPath)
at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context, String overrideVirtualPath)
at System.Web.StaticFileHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Försöker du läsa en fil någonstans i din kod? Felet säger att den inte hittar filen för att den inte finns.
Exception: File does not exist.