I'm facing a problem loading via refletion my class.
this code:
PublishingClass = Type.GetType("CONST STRING FULLY QUALIFIED", true);
Works if I'm in a console app but fails (Could not Load "CONST STRING FULLY QUALIFIED") if I'm in Sharepoint context.
Why some classes loads from the same DLL and other not?
Why from console app all class loads EVERY CLASS and from sharepoint no?
I'm running on my machine, copying to gac, resetting IIS and recycling AppPool..
Any suggestion?
Thank you very much!