So - I'm getting familiar with Phidgets by converting a ver21 project to ver22. So - I renamed by project solution to from PXControlCenter to SCISSControlCenter (Visual Studio) / renamed the using Phidget21; and using Phidget22.Events; VS statements and tried to "build" the solution in VS.
I'm getting errors of ...
type or namespace 'MotorControl' not found
InterfaceKit could not be found
InterfaceKit does not contain a definition for 'outputs'
I've looked at the reference and don't see the issue.
Does anyone have ideas of where to start