Link to home
Start Free TrialLog in
Avatar of maloriopolium
maloriopolium

asked on

Assembly.LoadWithPartialName()

Hi,

I have an assembly I need to load from the GAC at run time. I used to use Assembly.LoadWithPartialName("ClassLibrary1") and it worked fine. However, I noticed the compiler is telling me that Assembly.LoadWithPartialName() is now obselete. So how then do I load an assembly from the GAC with just it's assembly name?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Mohammed Nasman
Mohammed Nasman
Flag of Palestine, State of image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Why "C" Grade?