Windows error 0x803E0105, -2143420155

Detailed Error Information

WPN_E_PLATFORM_UNAVAILABLE[1]

MessageThe notification platform is unavailable.
Declared inwinerror.h

HRESULT analysis[2]

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

Questions

2votes
0answers

Error calling TileUpdateManager.CreateTileUpdaterForApplication()

I'm playing around with sample code that makes use of live tiles, and when it tries to create the TileUpdater instance via: TileUpdateManager.CreateTileUpdaterForApplication() It immediately crashes with the following message: The notification platform is unavailable. (Exception from HRESULT: 0x803E0105) This happens when deploying to both the simulator and the local [...] read more
visual-studio-2012
windows-8
windows-rt

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