Windows error 0x803D0008, -2143485944

Detailed Error Information

WS_E_QUOTA_EXCEEDED[1]

MessageA quota was exceeded.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode61 (0x03d)
NameFACILITY_WEBSERVICES[2][1]
DescriptionThe source of the error code is the Web Services.[2][1]
Error Code8 (0x0008)

Questions

2votes
2answers

CurrentAppSimulator.LicenseInformation getting exception "A quota was exceeded" in windows store app

In my Windows Store App the following exception is thrown when I attempt to access CurrentAppSimulator.LicenseInformation "A quota was exceeded. (Exception from HRESULT: 0x803D0008)" I have tried creating a new solution and copying all the code files across to it but still get the same error, I have found no [...] read more
windows-8
licensing
windows-store-apps

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