I was upgrading some C# code to work with the Phidget22 library on an SBC2, and it refuses to compile. Narrowed the problem down to the following distilled code. using System; using System.IO; using System.Text; using Phidget22; using Phidget22.Events; namespace ConsoleApp { class Program { static v...