Hi, I'm a noob to this stuff. I want to make a C# program that uses plugins (as a way of learning). However, I don't understand where I'm going wrong here:
PluginClass = a.CreateInstance("MBPlugin");
PluginClass is of type Object. However it's always null. a is of type Assembly. The assembly definitely contains a class named MBPlugin. So what the hell?