首页 > 解决方案 > 根本无法运行任何 UWP 项目

问题描述

我将 Visual Studio-2017 用于 Windows 窗体应用程序没有问题。但是不再运行 UWP 项目。

已下载示例 UWP 项目,但它们不再运行。甚至是一个简单的 HelloWorld 应用程序。

exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'wup2.exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'wup2.exe' (Win32): Loaded 'C:\Windows\System32\iertutil.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'wup2.exe' (Win32): Loaded 'C:\Windows\System32\dcomp.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'wup2.exe' (Win32): Loaded 'C:\Windows\System32\BCP47Langs.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'wup2.exe' (Win32): Loaded 'C:\Windows\System32\dxgi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
onecoreuap\shell\coreapplication\application\lib\coreapplication.cpp(725)\twinapi.appcore.dll!00007FFB529B5D01: (caller: 00007FFB5294ECEE) FailFast(1) tid(11a4) 80070005 Access denied
    CallContext:[\AppRunOrActivateView] 
Unhandled exception at 0x00007FFB529B5D01 (twinapi.appcore.dll) in wup2.exe: Fatal program exit requested.

The program '[7516] wup2.exe' has exited with code 0 (0x0).

错误信息点在这里:

在此处输入图像描述

标签: c#visual-studio

解决方案


推荐阅读