robsonj / GrovePi

Windows 10 IoT C# driver library for GrovePi
17 stars 10 forks source link

Processor mismatch #27

Open Se3ker opened 7 years ago

Se3ker commented 7 years ago

There was a mismatch between the processor architecture of the project being built "x86" and the processor architecture of the reference ".nuget\packages\GrovePi\1.0.10\lib\uap10.0\GrovePi.dll", "ARM"

Is there a way to make this work on a local pc, either by just disabling all of grovepi code when deploying to x86 or somehow else?? I need to locally quickly test user interfaces and not deploy every time on raspberry (and other devices capable of running headed UWP IoT core apps)