IT:AD:NET:HowTo:GAC
Summary
Notes
- GAC is found here:
%windir%\assembly - But you can't see the true folder hierarchy through Explorer.
- To see files themselves, drop to Command Line and go to:
- c:\Windows\Assembly\GAC64 * c:\Windows\Assembly\GAC32
- c:\Windows\Assembly\GAC_MSIL
If you need to copy files out of the GAC (for deployment packaging or other reasons), you can XCOPY similar to:
Example:
xcopy sourcecode.* c:\sc64\ /S