Windows error 0x80010012, -2147418094

Detailed Error Information

RPC_E_SERVER_DIED_DNE[1]

MessageThe callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute.
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 Code18 (0x0012)

Questions

2votes
1answer

UWP release build crashes but not in Visual Studio

The app Works perfectly fine when I deploy it from VS 2015 (Windows 10) But the story is very different when I create the build from "Store > Create App Packages...", then install the app from the app from the powershell script. I have isolated the problem to a section [...] read more
c#
visual-studio
debugging
win-universal-app

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