So here\'s the deal. I\'ve got my solution which has a few projects in it:
Is pluginTypeName using assembly-qualified naming? Is the Assembly that contains pluginTypeName showing as being loaded?
If you're using the Assembly-qualified name then .NET should be able to automatically load the assembly for you; if you aren't then I would guess that Type.GetType()
is returning null since it can't locate an assembly containing the requested type.