it:ad:net:howto:gac

IT:AD:NET:HowTo:GAC

Summary

  • 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
  • /home/skysigal/public_html/data/pages/it/ad/net/howto/gac.txt
  • Last modified: 2023/11/04 01:50
  • by 127.0.0.1