【发布时间】:2016-02-17 07:25:41
【问题描述】:
我正在开发一个 Windows 10 通用应用程序。应用程序中没有构建错误。当我尝试调试时,出现以下错误。
Severity Code Description Project File Line
Error Error : DEP0800 : The required framework "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.Midi.GmDls\10.0.10240.0\.\Appx\Neutral\MidiVoices.appx" failed to install.
error 0x800B010A: The root certificate and all intermediate certificates of the signature in the app package or bundle must be trusted.
为什么会出现这个错误,我该如何解决?
【问题讨论】:
-
问题已解决。请检查我的答案中的更新。
标签: c# visual-studio-2015 windows-10 win-universal-app