Ken76
Posts: 25
Joined: Fri Oct 21, 2016 8:01 am

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

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?

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

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

Fri Aug 31, 2018 6:25 pm

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.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Ken76
Posts: 25
Joined: Fri Oct 21, 2016 8:01 am

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

Fri Aug 31, 2018 6:50 pm

I have selected the ARM choice in Visual Studio 2017, so the problem is not there.

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

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

Fri Aug 31, 2018 6:59 pm

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 ?
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Return to “Windows 10 for IoT”