System.DllNotFoundException: phidget22
Posted: Sat Jun 09, 2018 6:16 am
Hello,
I'm trying to use "PhidgetSpatial Precision 3/3/3 High Resolution" with an Android application developed in C# using Xamarin in Visual Studio.
At the start of program, I've referred to Phidget22.NET.dll, then I've initialized Magnetometer like this:
it gives me an error
Regards.
I'm trying to use "PhidgetSpatial Precision 3/3/3 High Resolution" with an Android application developed in C# using Xamarin in Visual Studio.
At the start of program, I've referred to Phidget22.NET.dll, then I've initialized Magnetometer like this:
Code: Select all
Magnetometer mag = null;
mag = new Magnetometer();
Can you please guide me on this?System.DllNotFoundException: phidget22
Regards.