I was beating my head against Activator.CreateInstance this morning. It was just telling me the constructor didn’t exist, when I knew it existed. The constructor in this case is private to prohibit any use outside the class. I’m using CreateInstance when I’m creating the class from its generic base class. It also has parameters, so the simplest overload I can use is
