Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
. I have one query ie is in GAC i put two assembly with same name but different version, in this case CLR will select the new version assembly, what is the concept behind this..
Posted
Comments
Sergey Alexandrovich Kryukov 11-Mar-13 23:52pm    
Not clear.
—SA

1 solution

The question is not clear, but, no matter what it is, you will need to learn the following concepts:
http://msdn.microsoft.com/en-us/library/8477k21c.aspx[^],
http://en.wikipedia.org/wiki/Global_Assembly_Cache[^],
http://msdn.microsoft.com/en-us/library/yf1d93sz.aspx[^],
http://msdn.microsoft.com/en-us/library/wd40t7ad.aspx[^].

Of course, a lot more; I just tried to list conceptual overviews related to the question (whatever it is :-)).

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900