Link to home
Start Free TrialLog in
Avatar of HLRosenberger
HLRosenbergerFlag for United States of America

asked on

DLL, GAC and version

If I add an assembly/DLL to the GAC, and now I have a new version of my DLL and I install it to the GAC, does the GAC maintain all versions?  or if my DLL is called "MyDLL", then there can only be one "MyDLL" in the GAC and any app that uses "MyDLL" will get the version in the GAC?
 
ASKER CERTIFIED SOLUTION
Avatar of Teggert
Teggert

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
Avatar of HLRosenberger

ASKER

Thanks.