I am getting a System.TypeLoadException whenever I call the assembly.GetExportedTypes() method on a dynmically loaded assembly. I have done my homework and looked all over the fusion logs with nothing meanigful what so ever. I even opened the target assembly/DLL file and found the GetX() method implementation so I am not sure what is happening exactly. And it is not cached in the GAC or loading an older version as am using the probing app config element.
Any ideas what is going on?