【问题标题】:VS15 Remote Deploy for ARM not working用于 ARM 的 VS15 远程部署不起作用
【发布时间】:2016-02-07 20:08:19
【问题描述】:

我正在尝试使用 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 企业版: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 ==========

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

【问题讨论】:

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


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2022-01-03
      • 2013-06-30
      • 2016-04-25
      • 1970-01-01
      • 2013-02-12
      • 2021-05-03
      • 1970-01-01
      相关资源
      最近更新 更多