I have an example:
Assembly asm = Assembly.Load(\"ClassLibrary1\"); Type ob = asm.GetType(\"ClassLibrary1.UserControl1\"); UserContro
Interface is an interface. It's a template. Why would you want to instantiate an interface? Implement the interface and instantiate that class. You can't instantiate an interface, it doesn't really make sense.