How to Extract Assembly DLLs from GAC?
Want to access GAC assembly folder’s file system (say for Copying a DLL). Here is the shortcut to copy/extract GAC assemblies: Go to Start >> Run >> type “c:\windows\assembly\gac_msil” Now, You can get the GAC Files in File system. You can Extract the DLLs from here.
Read more