Windows error 0x80070565, -2147023515

Detailed Error Information

TOO_MANY_SECRETS[1]

MessageThe maximum number of secrets that may be stored in a single system has been exceeded.
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 Code1381 (0x0565)

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

Questions

0votes
0answers

Background Uploader for Windows Phone is complaining about Maximum number of secrets

While trying to upload Log files to server using the BackgroundUploader class, we are seeing the below issue. The maximum number of secrets that may be stored in a single system has been exceeded. (Exception from HRESULT: 0x80070565) Environment Details: * Visual Studio 2013 * C# * Windows Embedded Handheld [...] read more
c#
windows-runtime
background-task
0votes
2answers

PasswordCredential BackgroundTransfer

Im creating a new BackgroundTransfer and adding Server Credentials: PasswordCredential webdavLogin = new PasswordCredential(); webdavLogin.UserName = ServerSettings.Values["serverUsername"].ToString(); webdavLogin.Password = ServerSettings.Values["serverPassword"].ToString(); uploader.ServerCredential = webdavLogin; Now the problem is, everytime i run the BackgroundTransfer, the following exception raises: Exception from HRESULT: 0x80070565 The maximum number of secrets that may be stored in [...] read more
c#
.net
windows-phone-8.1
credentials

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