Windows error 0x8086000E, -2138701810

Detailed Error Information

ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT[1]

MessageCannot sign out from the application since the user account is connected.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode134 (0x086)
NameFACILITY_ONLINE_ID[1]
Error Code14 (0x000e)

Questions

7votes
1answer

Metro App - How to detect if logged in with Live ID or Local Account

I am building a Metro C# SkyDrive API on top of the Live Connect SDK (http://msdn.microsoft.com/en-us/live/default) - in Windows 8 the user has the choice to SignIn to the Windows 8 machine with either a LOCAL account, or a LIVE account. When using the Live Connect SDK, if I call [...] read more
c#
windows-8
microsoft-metro
liveconnect
live-connect-sdk

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