Windows 桌面桥包位置出现在错误消息中

Windows desktop bridge package location appearing in error messages

我使用 Desktop Bridge(Centennial 项目)转换了一个应用程序,它在遇到错误情况时显示一些奇怪的行为。

进入 "Not Responding" 状态后,给用户的错误消息显示包安装文件夹,而不是错误对话框标题的产品名称。

而不是这个

AppName
AppName is not responding
If you close the program, you might lose information.
-> Close the program
-> Wait for the program to respond

我明白了

AppName_dk2kj67hvux!AppName 
AppName is not responding
If you close the program, you might lose information.
-> Close the program
-> Wait for the program to respond

包安装位置C:\Users\User\AppData\Local\Packages\AppName_dk2kj67hvux

我假设我只是遗漏了一个应该放在 AppxManifest.xml 中的标签,但到目前为止我无法在 Microsoft 提供的文档中找到它。

不,您没有遗漏清单中的标签。这是平台中的一个 bug/limitation,需要在 OS 中修复,以便从清单(您已经在此处提供)中检索正确的应用程序显示名称。

谢谢, Stefan Wick - Windows 开发者平台