Hi,
I’m trying to build a Windows Phone (8.1) app that can communicate with my EV3 using the Monobrick Communication Library.
When I try to add the DLL as a reference in my project I get an error:
“There was a mismatch between the processor architecture of the project being built “MSIL” and the processor architecture of the reference “MonoBrick”, “x86″. This mismatch may cause runtime failures…”
The project is set to build for ‘Any CPU’ which it has to be to compile properly for Windows Phones.
Is there a version of the DLL which is not locked to x86?
I’m using VS 2013 Community.
Thanks in advance!
Follow