尝试使用Visual Studio 2017在Windows 10上运行this code示例(在Windows IoT上运行之前),我遇到了这条消息:
Add the exe to the AppX package
此外,在阅读this article时,它指出:
指定相对路径时;例如SampleConsoleApp.exe, 。\ SampleConsoleApp.exe或子文件夹,子文件夹\ SampleConsoleApp.exe, ProcessLauncher API从包开始查找exe文件 已部署的AppX的根目录。
我认为有问题的exe可能是正在运行的项目的一部分,并且允许执行权限。但是,我收到了这个错误:
Exception Thrown: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
我如何"将exe添加到AppX包"?