System.IO.FileLoadException 0x80131040使用await启动我的.exe时发生C#UWP FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync(“ Parameters”)
这很奇怪,因为它能正常工作(不是UWP),带有DesktopBridge的FullTrustLauncher可以使常规.exe在UWP中运行,但看起来不行!
System.IO.FileLoadException 0x80131040使用await启动我的.exe时发生C#UWP FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync(“ Parameters”)
FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync(“ Parameters”)
答案 0 :(得分:0)
请记住,UWP应用程序需要一定的权限才能打开文件,并且仍然不能打开每个位置。这样做会导致System.IO异常,如果在开始时加载配置文件左右,则可能是您的问题。更多信息here