Odd "Object reference not set to an instance of an object" involving xWinForms
- by Kyle
Hey, I've been trying to get the xWinForms 3.0 library (a library with forms support in xna) working with my C# XNA Game project but I keep getting the same problem.
I add the reference to my project, put in the using statement, declare a formCollection variable and then I try to initialize it.
whenever I run the project I get stopped on this…