简体   繁体   English

Windows IOT 部署时出现与连接相关的错误

[英]Windows IOT Getting error when deploying related to connecting

I have two Rasberry-pi devices.我有两个 Rasberry-pi 设备。 I installed Windows 10 IOT in that, but there are a couple of issues I am having.我在其中安装了 Windows 10 IOT,但我遇到了几个问题。

  1. The first issue i got when I try to connect the Rasberpi with VS2019 to deploy my app is giving this error当我尝试将 Rasberpi 与 VS2019 连接以部署我的应用程序时遇到的第一个问题是出现此错误

    Severity Code Description Project File Line Suppression State Error DEP6100: The following unexpected error occurred during bootstrapping stage 'Connecting to the device '192.168.1.16'.': FileLoadException - Could not load file or assembly 'Microsoft.Tools.Connectivity, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.严重性代码说明项目文件行抑制 State 错误 DEP6100:在引导阶段“连接到设备 '192.168.1.16'。”期间发生以下意外错误:FileLoadException - 无法加载文件或程序集“Microsoft.Tools.Connectivity,版本 = 10.0 .0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35' 或其依赖项之一。 Strong name validation failed.强名称验证失败。 (Exception from HRESULT: 0x8013141A) [0x8013141A] App13 (HRESULT 异常:0x8013141A)[0x8013141A] App13 在此处输入图像描述

在此处输入图像描述

  1. My devices are showing on the IoT dashboard and able to open browser it is working.我的设备显示在 IoT 仪表板上,并且能够打开它正在工作的浏览器。
  2. The issue I am having when trying to remote the client just showing black screen我在尝试远程客户端时遇到的问题只是显示黑屏

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

I have not encountered this error before.我以前没有遇到过这个错误。 Please confirm if the tool is installed.请确认该工具是否已安装。 This component is used for cross platform deployment.该组件用于跨平台部署。 Or you may try to to reinstall the visual studio 2019.或者您可以尝试重新安装 Visual Studio 2019。 在此处输入图像描述

From Windows IoT Core 16299, the Windows IoT Remote client does not work for Raspberry Pi.It is known issue on Release note .从 Windows IoT Core 16299 开始,Windows IoT Remote 客户端不适用于 Raspberry Pi。这是发行说明上的已知问题。

Update:更新:

I have tried to find out the Microsoft.Tools.Connectivity.我试图找出 Microsoft.Tools.Connectivity。 It exists in folder C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x86.它存在于文件夹 C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x86 中。 Please make sure you have installed the correct version of Windows Kits.请确保您已安装正确版本的 Windows 套件。 Please download the sdk here.请在此处下载 sdk。

enter link description here 在此处输入链接描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Windows IoT远程客户端工具未连接 - Windows IoT Remote Client tool not connecting 将Raspberry-Pi连接到Azure IoT时Etimedout并收到双消息错误 - Etimedout and get twin message error when connecting Raspberry-Pi to Azure IoT Windows IoT远程客户端工具未与Dragonboard410c连接 - Windows IoT Remote Client tool not connecting with Dragonboard410c 本地部署时出错-Azure IOT远程监视套件 - Error while deploying locally - Azure IOT remote monitoring suite 将Bluemix地理空间服务连接到Watson IoT Platform的未授权错误 - Not authorized error connecting Bluemix geospatial service to Watson IoT Platform 在与来自 Bluemix Node-RED 的传感器 IoT 设备交谈时,连接到 IoT Foundation 的原因是什么? - When Talking to a sensor IoT device from Bluemix Node-RED, what is the reasoning for connecting to IoT Foundation? 保存文件Windows Iot Core jpg格式时出错 - Error Saving file Windows Iot Core jpg format Windows IoT:无头(后台)程序中的异步任务创建错误 - Windows IoT: Async task creation error in a headless (background) program Windows for IoT英特尔Galileo无法成像-错误状态-1 - Windows for IoT Intel Galileo fails to image - Error Status -1 在Windows 10 IOT上运行后台UWP时出现COMException - COMException when running a Background UWP on Windows 10 IOT
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM