Windows error 0x800703E5, -2147023899

Detailed Error Information

IO_PENDING[1]

MessageOverlapped I/O operation is in progress.
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 Code997 (0x03e5)

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

Questions

8votes
3answers

Getting error "unable to parse remote unpack status" when attempting to push to Azure Devops

I was attempting to push a bunch of new files to my private Azure Devops source control repository using git and I get the following error: > error: unable to parse remote unpack status: ng refs/heads/dirtypiece/gdpr An > error occurred while communicating with the remote host. The error code is [...] read more
git
azure-devops
push
limit
4votes
1answer

.NET MVC file upload - Overlapped I/O operation is in progress

I'm performing a file upload to a .NET MVC server and I seem to randomly get "Overlapped I/O operation is in progress." This happens at almost every attempt. Based on the stack trace it never actually reaches my code so I'm not sure what's going on. The code is fairly [...] read more
c#
asp.net-mvc
iis
0votes
0answers

Why do I have to read the inputStream in the Global.asax Application_BeginRequest method passing to the controler?

I have a large body of JSON being sent to an endpoint of a .NET MVC app. The endpoint will always successfully execute the first time. The next time I use the endpoint, I get: > System.Web.HttpException (0x80004005): An error occurred while communicating > with the remote host. The error [...] read more
c#
asp.net
model-view-controller
inputstream
0votes
1answer

Pass byte array from WPF to WebApi

tl;dr What is the best way to pass binary data (up to 1MBish) from a WPF application to a WebAPI service method? -------------------------------------------------------------------------------- I'm currently trying to pass binary data from a WPF application to a WebAPI web service, with variable results. Small files (< 100k) generally work fine, but [...] read more
wpf
asp.net-web-api

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