GAC

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • A.M

    GAC

    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


  • Lalasa

    #2
    Re: GAC

    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

    Comment

    • Christof Nordiek

      #3
      Re: GAC

      Hi Alan,

      open commandprompt and go to:
      C:\Windows\asse mbly\GAC\{assem blyname}\{versi on}__{publickey }
      In that directory the assembly is located.

      Christof

      "A.M" <alanalan@newsg roup.nospam> schrieb im Newsbeitrag
      news:%23lHtwc7Z FHA.3132@TK2MSF TNGP09.phx.gbl. ..[color=blue]
      > 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
      >
      >[/color]


      Comment

      Working...