-
Notifications
You must be signed in to change notification settings - Fork 18
Description
see error below :
[ArgumentOutOfRangeException: Le paramètre de taille doit être compris entre zéro et la valeur Int32 maximale.
Nom du paramètre : size
La valeur réelle était 4693829844.]
System.Web.HttpFileResponseElement..ctor(String filename, Int64 offset, Int64 size, Boolean isImpersonating, Boolean useTransmitFile, Boolean supportsLongTransmitFile) +4397266
System.Web.HttpWriter.WriteFile(String filename, Int64 offset, Int64 size) +101
System.Web.HttpResponse.WriteFile(String filename, Int64 offset, Int64 size) +168
XSendfile.XSendfileHttpModule.RangeDownload(String fullpath, HttpContext context) in C:\Python27_64\Lib\r4a\etc\XSendfile\XSendfile\XSendfileHttpModule.cs:233
XSendfile.XSendfileHttpModule.context_EndRequest(Object sender, EventArgs e) in C:\Python27_64\Lib\r4a\etc\XSendfile\XSendfile\XSendfileHttpModule.cs:141
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88