.NET framework is copied to 'compiler/CLR' and 'GAC?
Posted
by prosseek
on Stack Overflow
See other posts from Stack Overflow
or by prosseek
Published on 2010-06-08T17:15:28Z
Indexed on
2010/06/08
17:22 UTC
Read the original article
Hit count: 152
The book of CLR via C# has this line at page 76.
When you install the .NET Framework, tow copies of Microsoft's assembly files are actuall installed. One set is installed into the compiler/CLR directory, and another set is installed into GAC subdirectory
I could find the GAC at
C:\Windows\Microsoft.NET\assembly, but I couldn't find the compiler/CLR thing.
- What's the physical directory name of compiler/CLR? I mean, where is it?
- Why there are two GAC in assembly directory? I find GAC_32 and GAC_MSIL.
© Stack Overflow or respective owner