0

我创建了一个带有活动磁贴的 Windows 8 应用程序,当我在 windows8 中运行时工作正常,但是当我在模拟器中运行时,我得到了这个异常:

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 appropriate privilege on resources. (Exception from HRESULT: 0x803E0117)

为什么?

4

2 回答 2

1

跳出来的词是“特权” 你试过在提升模式下运行 VS 吗?此外,在该行代码周围放置一个 try catch 语句。

于 2012-01-02T11:00:55.663 回答
0

微软回答:

这是通知平台(更新磁贴)中的一个已知问题,并且已经提交了一个错误。我将把它标记为已回答并转到工具论坛。

于 2012-01-05T10:19:24.930 回答