Windows error 0x80070216, -2147024362

Detailed Error Information

ARITHMETIC_OVERFLOW[1]

MessageArithmetic result exceeded 32 bits.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code534 (0x0216)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000216.

Questions

18votes
3answers

ASP.NET Overflow or underflow in the arithmetic operation when returning large file bigger 1 GB

I went across some sort of limitation in ASP.NET. I reduced the problem into a sample project in ASP.NET MVC Project (created with Visual Studio 2010 and .NET 4) and the problem still occurs: In a MVC Controller I have a method which provides a file download: public ActionResult DownloadBigFile() [...] read more
asp.net
arithmeticexception
0votes
1answer

TFS download files greater 1GB

When we try to download a file greater than 1 GB from the TFS Web Access (TFS 2013 Update 4) we get an "ArithmeticException" error. On MSDN it says that Update 4 will fix this, but we still have this problem. Here is some Data from IIS Failed Request Tracing: [...] read more
tfs
0votes
1answer

DirectInput SetDataFormat error

I want to write a program interacting with joystick. I am using a standard SDK example and dinput8.lib. Here's the code. GUID Is taken from enumJoysticksCallback function. I throw away everything to minimise chance of error. LPDIRECTINPUT8 g_pDI = NULL; LPDIRECTINPUTDEVICE8 g_pJoystick = NULL; HRESULT hr = DirectInput8Create ( GetModuleHandle( [...] read more
directinput

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0