I have two Rasberry-pi devices. I installed Windows 10 IOT in that, but there are a couple of issues I am having.
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
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.
User contributions licensed under CC BY-SA 3.0