I can't get any Phidget C# example to run in Visual Studio 2017.
After opening the .sln file a lot of errors occur. (see screenshot)
Missing DLL, wrong Namespace etc.
I'm especially interested in
"Phidget22_SpatialAHRS_CSharp_Windows_Ex_20230331".
After unzipping I found 2 folders (SpatialAHRS + Common)
The folder Common contains multiple uncompiled projects (*.sln).
Some of them will be used in SpatialAHRS (DataGraphBox)
But I don't know how to combine the projects.
Trying to compile DataGraphBox I get the error:
"DataGraphBox is a Namespace but is used as aType"
It's so frustrating, I only want to know how to get 3 values out of the sensor, but I have to read and understand foreign undocumented code with 90% GUI and error handling !