GAC

  • Thread starter Thread starter A.M
  • Start date Start date
A

A.M

Hi,

I have a assembly in GAC that I don't have the source code and I need to
have the actual DLL. How can I copy that DLL from GAC?

Thanks,
Alan
 
If you right click and see the properties of the dll in the gac, you
will see the original codebase location of the file. Copy the dll from
that location.

-Lalasa
 
Hi Alan,

open commandprompt and go to:
C:\Windows\assembly\GAC\{assemblyname}\{version}__{publickey}
In that directory the assembly is located.

Christof
 
Back
Top