Server Error in '/' Application.

Could not find file 'C:\Producao\Armazenamento\Quadrix10\files\20009\1_SEEDF_PSS_2018_caderno de prova_Lingua Portuguesa.rar'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not find file 'C:\Producao\Armazenamento\Quadrix10\files\20009\1_SEEDF_PSS_2018_caderno de prova_Lingua Portuguesa.rar'.

Source Error:


Line 235:                    context.Response.Clear()
Line 236:                    context.Response.AddHeader("content-disposition", "attachment;filename=" & sName)
Line 237:                    context.Response.AddHeader("Content-Length", infoFile.Length.ToString)
Line 238:                    context.Response.ContentType = "application/octet-stream"
Line 239:                    'fix to allow big files    

Source File: C:\inetpub\www\www.quadrix.org.br\wwwroot\systems\file_download.ashx    Line: 237

Stack Trace:


[FileNotFoundException: Could not find file 'C:\Producao\Armazenamento\Quadrix10\files\20009\1_SEEDF_PSS_2018_caderno de prova_Lingua Portuguesa.rar'.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +12796926
   System.IO.FileInfo.get_Length() +13062351
   FileDownload.ProcessRequest(HttpContext context) in C:\inetpub\www\www.quadrix.org.br\wwwroot\systems\file_download.ashx:237
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +195
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +50
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +73


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0