IoT を使用して Win UWP アプリを RPi2 に展開しようとしています。今月前に成功しましたが、それ以来、Windows 10 の Insider Program からほとんどアップグレードされず、リモート 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でこの問題の解決策を見つけることができませんでした:(おそらく間違ったキーワード
現在のビルド OS: 11102.1000 x64 VS15 Enterprise: 14.0.24720.00 Update 1 ターゲット IoT: 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 ==========
欠落しているフレームワークを手動でインストールする方法はありますか?