Visual Studio 2017 UWP 应用崩溃
Visual Studio 2017 UWP Apps crash
我刚刚在 Windows 10(Creators 更新补丁级别)
上安装了 Visual Studio 2017 Ent
安装后我开发的UWP应用程序不再启动。他们因以下错误而崩溃:
"Unable to activate Windows Store app. The xzy.exe process started, but the activation request failed with error 'The app didn't start'"
使用空白 UWP 应用程序创建新项目的事件产生相同的错误。
失败发生在调用 App.xaml.cs init 之前。
有没有其他人遇到过这个问题,如果有的话 - 如何解决?
编辑:经过进一步测试 - 似乎通过 Windows App Store 安装的应用程序运行正常。任何侧面加载的应用程序都会失败。
我已通过重新安装 Microsoft.NET.CoreRuntime.1.1.appx 和 Microsoft.VCLibs.x64.Debug.14.00.appx 依赖项解决了问题应用程序包文件夹。希望这会节省一些时间。
我刚刚在 Windows 10(Creators 更新补丁级别)
上安装了 Visual Studio 2017 Ent安装后我开发的UWP应用程序不再启动。他们因以下错误而崩溃:
"Unable to activate Windows Store app. The xzy.exe process started, but the activation request failed with error 'The app didn't start'"
使用空白 UWP 应用程序创建新项目的事件产生相同的错误。
失败发生在调用 App.xaml.cs init 之前。
有没有其他人遇到过这个问题,如果有的话 - 如何解决?
编辑:经过进一步测试 - 似乎通过 Windows App Store 安装的应用程序运行正常。任何侧面加载的应用程序都会失败。
我已通过重新安装 Microsoft.NET.CoreRuntime.1.1.appx 和 Microsoft.VCLibs.x64.Debug.14.00.appx 依赖项解决了问题应用程序包文件夹。希望这会节省一些时间。