20080331 - What is the GAC, What problem does it solve

GAC = Global Assembly Cache. 全局程序集缓存。它解决了 DLL 链接库的版本问题。
GAC 是一个全局程序集缓存,每个程序集由四个部分构成:
major version number / minor version / build / revision numbers
GAC 会为不同的程序集创建不同的子目录管理存放。

详见《Microsoft .NET框架程序设计(修订版)》或《框架设计(第2版):CLR Via C#》

posted on 2008-03-31 01:34  Eric Lee  阅读(230)  评论(1编辑  收藏  举报

导航