Windows error 0x803E0117, -2143420137

Detailed Error Information

WPN_E_ACCESS_DENIED[1]

MessageThe notification platform doesn't have appropriate privilege on resources.
Declared inwinerror.h

HRESULT analysis[2]

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

Questions

0votes
2answers

Tile updater Windows 8 simulator exception

I create a windows 8 application, with live tiles and when I run in windows8 working fine, but when I run in simulator I get this exception: TileUpdateManager.CreateTileUpdaterForApplication().Clear(); An exception of type 'System.Runtime.InteropServices.COMException' occurred in myapp.exe but was not handled in user code Additional information: The notification platform doesn't have [...] read more
c#
windows-8
tile
microsoft-metro

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