我正在使用使用活动磁贴的示例代码,并且当它尝试通过以下方式创建TileUpdater
实例时:
TileUpdateManager.CreateTileUpdaterForApplication()
它立即崩溃并显示以下消息:
The notification platform is unavailable. (Exception from HRESULT: 0x803E0105)
当部署到模拟器和本地机器时会发生这种情况。
编辑
在挖掘事件日志时,我偶然发现了其中一些:
The Windows Notification platform has failed initialization. Notifications will not work until after a restart.
不过,我已经重新启动了很多次。