Creates an instance of the type whose name is specified, using the named assembly and default constructor (same as Activator.CreateInstance). For some reason, Activator.CreateInstance() didn't work.
public static object CreateInstance( stringassemblyName, stringtypeName, boolreportErrors );
Parameters
assemblyName
Name of the assembly (without .dll) or full path to the assembly (with .dll).