Windows 7
とVS 2015 Community
を使用してUWP
アプリを開発し、Raspberry Pi 3
のWindows 10 IOT
に展開しようとしています。認証モードは認証なしに設定されており、リモートデバッガを手動でssh経由で起動しました。アプリをWindows 10に配備できません
私はVSを使用してパイにアプリを展開しようとすると、私はこれを取得:
Error : DEP2500 : Registration succeeded, but package registration information cannot be found. The layout folder is "C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\APPNAME"
私は以前にこのエラーが発生しましたし、パッケージ名を変更することができましたし、それが正常に展開、それはノーでありますより長い作業。私はpiでIOT Webサーバーを開き、そこからアプリケーションを起動することができ、正しく実行されますが、デバッグできません。
私はまた、さまざまな認証モードを使用しようとしましたが、それぞれ独自の問題があります。
Windows認証利回り:
WindowsAppDeployer::Unable to connect to the Microsoft Visual Studio Remote Debugger named '192.168.1.42'. Connection request was rejected by the remote debugger. Ensure that the remote debugger is running in 'Windows Authentication' mode.
ユニバーサル認証利回り:
Error : DEP6701 : Bootstrapping failed with unexpected error: 'Error : DEP6960 : Source file does not exist: C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\14.0\Debugger\target\armv4i\msvsmon.exe'. App1
私はUWPに新たなんだと任意の助けがで
Windows 10から基本的なUWPアプリケーションを展開しようとしたときに同じ問題が発生しましたVS2015が 'msvsmon.exe'についてのエラーを取得しています –