Windows error 0x80010008, -2147418104

Detailed Error Information

RPC_E_CLIENT_DIED[1]

MessageThe caller (client) disappeared while the callee (server) was processing a call.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode1 (0x001)
NameFACILITY_RPC[2][1]
DescriptionThe source of the error code is an RPC subsystem.[2][1]
Error Code8 (0x0008)

Questions

8votes
5answers

Can't register a Time triggered Background Task

For a Windows 8 App, in C#/Xaml I try to register a background task. It's hard to tell but I guess my background task is well registred but when I click on the name of my background task on the Debug Location Toolbar my app stops working without any message. [...] read more
c#
windows-8
microsoft-metro
3votes
1answer

Background Task doesn't start

I trying to figure out why the backgroundtask won't start, but I have no idea, what I'm doing wrong. What am I trying to do: I want to have an automated background task which will download the 5 latest items through a WebApi (data is a couple kB). After downloading [...] read more
c#
windows-runtime

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