AfroMann,
Sorry for the very delayed response.
If you've not already found the solution to this problem. Please set a breakpoint on the CreateInstance(Type type, Boolean nonPublic) method located
in the Reflection.vb class.
If you inspect the type parameter I think you'll see that the type that is trying to be created does not match your namespace/assembly name for your
project.
Hope this helps.