Windows error 0x800710DD, -2147020579

Detailed Error Information

INVALID_OPERATION[1]

MessageThe operation identifier is not valid.
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 Code4317 (0x10dd)

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

Questions

4votes
6answers

IIS7 is throwing a 500 error intermittently. Can anyone help me diagnose it?

Sorry for the vague title, as I really can't explain this problem succinctly. Basically I have Windows Server 2008 x64, IIS7, ASP.NET 2.05, and I have a site running in a Classic AppPool (and no I cannot run in Integrated). When trying to load an *.aspx file for the first [...] read more
asp.net
iis-7
asp.net-2.0
isapi
3votes
2answers

HttpwebRequest - Exception from HRESULT: 0x800710DD

I tried to send a cookie to Server. But when it does, it throws a weird exception I can not trace: Message "The operation identifier is not valid. (Exception from HRESULT: 0x800710DD)" string StackTrace " at Windows.Web.Http.Filters.HttpBaseProtocolFilter.SendRequestAsync(HttpRequestMessage request)\r\n at System.Net.Http.HttpHandlerToFilter.<SendAsync>d__1.MoveNext()" string The line where the exception is thrown: Request.BeginGetResponse( new [...] read more
c#
uwp
2votes
1answer

SSRS Performance degradation

I have a fairly busy SSRS Instance and the redering performance is consistently degrading to the point where we have set the recyle time config to 60 as work around and im still getting significant reduction in rendering performance within the hour. once the 60 minutes passes the performance goes [...] read more
sql-server
reporting-services
ssrs-2016
1vote
1answer

COMException in WinRT app while manipulating the backstack

Final Update I've have found the problem. It has nothing to do with the backstack manipulation. The cause was a resource dictionary which I didn't registered correctly. -------------------------------------------------------------------------------- I'm writing a Windows Phone 8.1 App. Because I'm using MVVMcross I have a classic project setup: a portable project which contains [...] read more
windows-runtime
windows-phone-8.1
mvvmcross
comexception
1vote
1answer

Winform communicate with UWP app

I have a winform program, now I need to enhance feature communicate with UWP app, so I added reference Windows.DLL and did some change for winform program, now I can call UWP app thru the method Launcher.LaunchUriAsync(), but any an exception on method Launcher.LaunchUriForResultsAsync(), Could you provide me some advice? [...] read more
c#
windows
winforms
uwp
0votes
2answers

UWP SerialDevice DataReader Exception: 0x800710DD. The operation identifier is not valid

I'm working on porting functionality from an example Windows Forms App to a Xamarin.Forms UWP app where it should write to & read from a bluetooth device on a COM port. I have it working fine most of the time, but intermittently the UWP app will get itself into a [...] read more
c#
uwp
serial-port
0votes
1answer

SignalR - The operation identifier is not valid

I have docker container with asp.net core app webapi including signalr -> everything is working fine when I am running it on my local machine, events are dispatched with no problems and clients are receiving it. However problem starts when I deploy this container to amazon behind loadbalancer. Now when [...] read more
amazon-web-services
amazon-ec2
signalr
asp.net-core-signalr
0votes
0answers

HttpCookieManager.SetCookie throws an exception

In my Windows Store app (8.1), two consequent requests are sent to a server. The first request is "https://a.b.com/ssologon", which gets a response from the server and an LtpaToken2 cookie is set to the app's cookies via the Set-Cookie header in the response. This cookie looks like this > {LtpaToken2=base64StringReturnedFromServer;Path=/;Domain=a.b.com} [...] read more
c#
cookies
windows-runtime
windows-store-apps

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