Windows error 0x803E0110, -2143420144

Detailed Error Information

WPN_E_CLOUD_INCAPABLE[1]

MessageThe application does not have the cloud notification capability.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode62 (0x03e)
NameFACILITY_WPN[1]
Error Code272 (0x0110)

Questions

6votes
4answers

Receive WNS push notfication on Windows phone silverlight 8.1

I have windows phone 8.1 silverlight application where I want to receive Notfications using the new framework, WNS. I have in the package.appxmanifest: <identity name="4657xxxxxxx" publisher="CN=xxxxx" version="1.0.0.0"/> and added it to the Mobile Service Hub. For this I have removed old references to MPNS usings, and added the following for [...] read more
c#
silverlight
azure
windows-phone-8.1
azure-mobile-services
2votes
2answers

"The application does not have the cloud notification capability" on xbox live sign in on unity

Whenever I try to sign into Xbox Live on my Unity game (using creators program Unity plugin), both on UWP PC and Xbox One, the game throws an exception: Exception thrown at 0x00007FFAEF0AA899 in Boulder Falls.exe: Microsoft C++ exception: Platform::COMException ^ at memory location 0x000000E51B6FEC20. HRESULT:0x803E0110 The application does not [...] read more
c#
unity3d
uwp
xbox-live

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