无法从 VS2017 将 UWP 应用程序部署到 raspberry pi

Cannot deploy UWP app to raspberry pi from VS2017

好的,所以我遇到了与 this guy 相同的问题,我正在尝试使用我的 PC 将带有 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 ==========

但是,我的笔记本电脑可以很容易地部署到我的 pi 上而不会出错....

ps。这个问题是 2 天前开始的,当时我尝试在 PC 上重新安装我的 VS,在那之前我没有遇到过这样的问题

此问题现已解决,这是我的做法:

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

感谢法比安的帮助