Windows error 0x80070525, -2147023579

Detailed Error Information

NO_SUCH_USER[1]

MessageThe specified account does not exist.
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 Code1317 (0x0525)

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

Questions

1vote
1answer

How can I use the OneDrive SDK in a UWA on IoT Core

I created a Windows 10 Universal App which accesses files and folders from OneDrive for a slideshow. Authentication and download works perfectly on Windows 10 PCs and Tablets that are signed in with a Microsoft Account. When I run the application on Windows 10 IoT core, I get the error [...] read more
win-universal-app
iot
onedrive
windows-10-iot-core
0votes
0answers

How to force Windows Sign-In in a Desktop Bridge Application

I have a Desktop Bridge in the Store, It has in-app purchases. I have found that when an user has installed windows and has choose to Skip the credential part of the installing, they can download successfully our app from the MS Store. But when the App is open and [...] read more
uwp
desktop-bridge

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