我正在开发一个 WinJS 应用程序,它可以在一个特定的 Windows 8 映像上完美运行,但不会部署在我们使用的另一个映像上。
尝试从 Visual Studio 运行任何 WinJS 项目会导致以下错误:
Error 1 Error : DEP0800 : The required framework
"C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\Microsoft.WinJS.1.0\1.0
\Microsoft.WinJS.1.0.appx" failed to install.
Deployment Add operation on Package Microsoft.WinJS.1.0_1.0.9200.20602_neutral__8wekyb3d8bbwe
from: ([path]) failed with error 0x8007065E. See ]link] for help diagnosing app deployment
issues.
尝试旁加载应用程序也不起作用,产生关于未解决 WinJS 依赖项的类似错误。
有任何想法吗?