升级了Windows 10,建了个空的UWP工程,结果VS2015的XAML设计器就爆炸了。
爆了个错误是:0x80070005
中文版系统上就算用英文版VS,爆的错误也不好找,其实这个错误的原版是:
"error 0X80070005: While processing the request, the system failed to register the windows.capability extension due to the following error: Access is denied."
简直药丸……
解决方法很简单:
打开设置->更新和安全->针对开发人员。
选择“开发人员模式”
然后重新启动VS2015就好了~