Page 1 of 1

Visual studio 2017 can't establish wireless connection to windows 10 iot

Posted: Fri Aug 31, 2018 5:55 pm
by Ken76
Visual studio 2017 can't establish wireless connection to windows 10 iot

This error appears, which is
"Severity Code Description Project File Line Suppression State
Error The processor architecture of the project being built "arm" is not supported by the referenced SDK "Microsoft.VCLibs.Desktop.110, Version=14.0". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "x86, x64".


I can ping Windows IOT device (Raspberry PI 3) and the wireless connection works with Windows IOT Dashboard.
The Windows IOT version is v.10.0.17134.228 and Visual Studio 2017 version is 15.8.2.

How do I solve this problem?

Re: Visual studio 2017 can't establish wireless connection to windows 10 iot

Posted: Fri Aug 31, 2018 6:25 pm
by fruitoftheloom
Ken76 wrote:
Fri Aug 31, 2018 5:55 pm
Visual studio 2017 can't establish wireless connection to windows 10 iot

This error appears, which is
"Severity Code Description Project File Line Suppression State
Error The processor architecture of the project being built "arm" is not supported by the referenced SDK "Microsoft.VCLibs.Desktop.110, Version=14.0". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "x86, x64".


I can ping Windows IOT device (Raspberry PI 3) and the wireless connection works with Windows IOT Dashboard.
The Windows IOT version is v.10.0.17134.228 and Visual Studio 2017 version is 15.8.2.

How do I solve this problem?

As the error message states you are trying to compile in the SDK for the wrong CPU Architecture..

..the RPi is ARMv7architecture.

Re: Visual studio 2017 can't establish wireless connection to windows 10 iot

Posted: Fri Aug 31, 2018 6:50 pm
by Ken76
I have selected the ARM choice in Visual Studio 2017, so the problem is not there.

Re: Visual studio 2017 can't establish wireless connection to windows 10 iot

Posted: Fri Aug 31, 2018 6:59 pm
by fruitoftheloom
Ken76 wrote:
Fri Aug 31, 2018 6:50 pm
I have selected the ARM choice in Visual Studio 2017, so the problem is not there.

So why does it state otherwise ??

Error The processor architecture of the project being built "arm" is not supported by the referenced SDK

Therefore it is the SDK you referenced ?