I’m building a simple test app using an interface kit and a light sensor.
It's a Universal Windows Program (Windows 10, C#).
When compiling, I get the following error: “Cannot find type System.Collections.CollectionBase in module CommonLanguageRuntimeLibrary”
I have the Phidget21.NET DLL added to my project and this seems to be causing the error.
I suspect this is due to the Phidget .net DLLs not being compatible in UWP?
Any help would be appreciated. Are UWP projects supported? Has anyone else been successful building Phidget-based UWP projects?
Thanks.