Article ID: 888420 - Last Review: December 3, 2007 - Revision: 2.2 FIX: You receive an "OverflowException" error message when you specify a Content-Length HTTP header that is larger than 2 GB in the .NET Framework 1.1On This PageSYMPTOMSIn the Microsoft .NET Framework 1.1, when you specify a Content-Length HTTP header that is larger that 2 GB, you receive the following exception error message:
Value was either too large or too small for an Int32.
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.OverflowException: Value was either too large or too small for an Int32. CAUSEThis problem occurs when Microsoft ASP.NET tries to parse the Content-Length HTTP header value as an Int32 data type. Therefore, if the value of the header is more than the maximum value of an Int32 data type, an overflow exception occurs.
The maximum value of an Int32 data type is 2,147,483,647. RESOLUTIONA supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next .NET Framework service pack that contains this hotfix. To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site: http://support.microsoft.com/contactus/?ws=support
(http://support.microsoft.com/contactus/?ws=support)
Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.PrerequisitesThe .NET Framework 1.1 Service Pack 1 (SP1)Restart requirementYou must restart the computer after you apply this software update.Hotfix replacement informationThis hotfix does not replace any other software updates.The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel. Date Time Version Size File name -------------------------------------------------------------- 19-Mar-2005 05:10 1.1.4322.2302 258,048 Aspnet_isapi.dll 19-Mar-2005 05:10 1.1.4322.2302 32,768 Aspnet_wp.exe 19-Mar-2005 04:20 1.1.4322.2302 1,261,568 System.web.dll STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. MORE INFORMATIONSteps to reproduce the problem
824684
(http://support.microsoft.com/kb/824684/
)
Description of the standard terminology that is used to describe Microsoft software updates
REFERENCES
For more information about how to create, how to deploy, and how to configure the handler, click the following article number to view the article in the Microsoft Knowledge Base:
308001
(http://support.microsoft.com/kb/308001/
)
How to create an ASP.NET HTTP handler by using Visual C# .NET
| Article Translations
|
Back to the top
