I have downloaded the Jan 2006 version of Enterprise Library.
The enterprise library assemblies are not signed and hence not added to GAC.
I believe that the earlier version of Ent Lib for .NET 1.1 had the assemblies added to the GAC.
I went through following the sections in the Ent Lib 2.0 documentation,
(1) Building the Enterprise Library
(2) Strong Naming Enterprise Library Assemblies
Here the steps mention that we need to create the .snk file.
Most of the assemblies we create for the project need to be signed.
Will various teams in respective companies use their own project snk files for signing the Ent Lib assemblies and GAC the ent lib assemblies? In this case there will be many versions of the same DLL in the GAC for various projects.
I wanted to know the best practice in this scenario.
Regards
Jubin