When should we put an Assembly into GAC?
Posted
by Amitabh
on Stack Overflow
See other posts from Stack Overflow
or by Amitabh
Published on 2010-03-15T23:14:34Z
Indexed on
2010/03/15
23:19 UTC
Read the original article
Hit count: 269
I would like to know practically what kind of Assembly should we put in GAC.
Case 1. If in my Solution multiple project uses log4net.dll then should it be part of GAC?
Case 2. If I have multiple application deployed in a machine each using log4net.dll is this the reason enough to put log4net.dll into GAC?
© Stack Overflow or respective owner