0

我正在尝试使用 IoT 将 Win UWP 应用程序部署到 RPi2,我本月前成功完成了但从那时起我从 Windows 10 上的 Insider Program 中获得了一些升级,当我现在为 Remote ARM 构建和部署项目时,我遇到了以下错误:

2>------ Deploy started: Project: UWP1, Configuration: Debug x86 ------
2>Creating a new clean layout...
2>Copying files: Total 17 mb to layout...
2>Checking whether required frameworks are installed...
2>Registering the application to run from layout...
2>Deployment complete (2250ms). Full package name: "ffd6070a-f709-47e2-87c9-    c5bb4130e626_1.0.0.0_x86__bejdz9d3zy0yj"
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========

在 google 上找不到此问题的解决方案 :( 可能是错误的关键字

当前构建操作系统:11102.1000 x64 VS15 Enterprise:14.0.24720.00 更新 1 目标物联网:10586

远程部署错误:

2>------ Deploy started: Project: UWP1, Configuration: Debug ARM ------
2>Updating the layout...
2>Copying files: Total <1 mb to layout...
2>Checking whether required frameworks are installed...
2>Framework: Microsoft.NET.CoreRuntime.1.0/ARM, app package version 1.0.23430.0 is not currently installed.
2>Framework: Microsoft.VCLibs.140.00.Debug/ARM, app package version 14.0.22929.0 is not currently installed.
2>Installing missing frameworks...
2>Error : DEP0800 : The required framework "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.NET.CoreRuntime\1.0\.\AppX\ARM\Microsoft.NET.CoreRuntime.1.0.appx" failed to install. 
2>error 0x800700C1: Opening the package from location     Microsoft.NET.CoreRuntime.1.0.appx failed.
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

有什么方法可以手动安装缺少的框架?

4

1 回答 1

1

我发现这是由于使用 Windows IoT 仪表板进行错误闪烁造成的,该仪表板以某种方式损坏。使用 WindowsIoTImageHelper 闪存 SD 卡,它甚至可以远程调试!

于 2016-02-08T18:20:52.923 回答