Posted by
zemna on Mar 25, 2010 in
Visual Studio |
0 comments
Summary
When you are developing a class library, you may want Visual Studio .NET to list your library in the Add Reference dialog box on the .NET tab without the user having to browse for it.
This issue is not resolved if you install your assembly to the global assembly cache, because the Add Reference...
Posted by
zemna on Mar 19, 2010 in
.NET 일반 |
0 comments
1. GAC란?
GAC(Glocal Assembly Cache)란 마이크로소프트사의 CLR(Common Language Runtime) 플랫폼에 도입된 .NET 어샘플리 캐시입니다. 즉, 특수하게 관리되는 중앙 저장소를 두는 접근방법을 통해서 예전에 발생했던 DLL 지옥과 같은 문제가...