Top Reasons for Installing (or Not) Assemblies to the GAC

As a rule, installing assemblies to the GAC is something that should be restricted only to particular scenarios. Situations when you want to take advantage of the GAC can be summarized as follows:

Image Multiple applications referencing the same assemblies—In this case, it can be convenient to have a single copy of assemblies in the GAC instead of providing several copies in the application folder.

Image Versioning—The GAC can maintain different versions of the same assembly. This problem is solved ...

Get Visual Basic 2015 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.