我创建了一个windows8应用程序,带有活动的磁贴,当我在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)为什么?
发布于 2012-01-05 18:19:25
Microsoft回答:
这是通知平台(更新磁贴)中的一个已知问题,并且已经提交了一个错误。我将把这个标记为已回答,然后转到工具论坛。
发布于 2012-01-02 19:00:56
跳出来的词是“特权”你有没有试过在提升模式下运行VS?另外,将try catch语句放在该行代码的两边。
https://stackoverflow.com/questions/8699951
复制相似问题