无法将VSW17中的UWP应用部署到raspberry pi

时间:2018-01-18 11:50:28

标签: visual-studio-2017 remote-debugging windows-10-iot-core

好吧所以我遇到与this guy相同的问题,即时尝试使用我的电脑将VS2017 15.5.4的UWP应用部署到Raspberry pi 3但是出现此错误:

1>------ Build started: Project: SerialSample, Configuration: Debug ARM   ------
1>C:\Users\sco1o\OneDrive\Skripsi\Research\SerialUART\CS\MainPage.xaml.cs(220,42,220,45): warning CS0168: The variable 'tce' is declared but never used
1>  SerialSample -> C:\Users\sco1o\OneDrive\Skripsi\Research\SerialUART\CS\bin\ARM\Debug\SerialSample.exe
2>------ Deploy started: Project: SerialSample, Configuration: Debug ARM ------
2>DEP6100: The following unexpected error occurred during bootstrapping stage 'Connecting to the device '192.168.1.10'.': FileNotFoundException - Could not load file or assembly 'Microsoft.Tools.Connectivity, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. [0x80070002]
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
  • 我的Debug Configuration

  • 我的目标构建是16299和最小15063

  • 我的电脑运行Windows 10 Pro 16299

  • 我的Raspberry Pi内部版本16299.192,连接到LAN交换机,无法打开设备门户,ping显示没问题

  • 试图关闭Windows防火墙和后卫

  • 选中在门户上启用Windows IoT远程服务器

  • 尝试在门户网站上使用/不使用默认帐户手动启动/停止远程调试器

  • 尝试将目标远程机器地址框更改为192.168.1.10,192.168.1.10:8116,minwinpc,MINWINPC

  • 尝试重新安装VS 3次,前2次使用cmd线,最后使用vs安装程序

  • 我尝试重启我的电脑和pi几次

  • 尝试将Universal auth更改为Windows并且无,没有运气

  • 尝试了2次重新安装Windows IoT并在pi

  • 上更新它

HOWEVER ,我的笔记本电脑可以轻松部署到我的pi而不会出错......

PS。这个问题开始于2天前,当我尝试在PC上重新安装我的VS时,我之前没有这样的问题

1 个答案:

答案 0 :(得分:1)

这个问题现在已经解决了,这就是我的工作:

  • 卸载旧的16299 SDK并下载新的16299 SDK
  • 从VSInstaller修复VS
  • 运行sfc / scannow,有一些损坏的系统文件,但现在已经恢复。

感谢Fabian的帮助