简体   繁体   中英

Windows IOT Getting error when deploying related to connecting

I have two Rasberry-pi devices. I installed Windows 10 IOT in that, but there are a couple of issues I am having.

  1. The first issue i got when I try to connect the Rasberpi with VS2019 to deploy my app is giving this error

    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. Strong name validation failed. (Exception from HRESULT: 0x8013141A) [0x8013141A] App13 在此处输入图像描述

在此处输入图像描述

  1. My devices are showing on the IoT dashboard and able to open browser it is working.
  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. 在此处输入图像描述

From Windows IoT Core 16299, the Windows IoT Remote client does not work for Raspberry Pi.It is known issue on Release note .

Update:

I have tried to find out the Microsoft.Tools.Connectivity. It exists in folder 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. Please download the sdk here.

enter link description here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM