用于ARM的VS15远程部署无法正常工作

时间:2016-02-07 20:08:19

标签: visual-studio-2015 arm remote-debugging windowsiot

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

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 ==========

Couln在谷歌找不到解决这个问题的方法:(也许错误的关键词

当前版本操作系统:11102.1000 x64 VS15企业版: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 ==========

有没有办法手动安装缺少的框架?

1 个答案:

答案 0 :(得分:1)

我发现它是由使用Windows IoT Dashboard错误闪烁造成的,这种情况已经被破坏了。使用WindowsIoTImageHelper的Flash SD卡甚至可以进行远程调试!