Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to copy assembly from GAC to local drive ?

How to copy assembly from GAC to local drive ?

Scheduled Pinned Locked Moved C#
dotnettutorialquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hdv212
    wrote on last edited by
    #1

    Hi Is there any way to copy assmeblies that registered in GAC to local drive ? thanks

    I L A 3 Replies Last reply
    0
    • H hdv212

      Hi Is there any way to copy assmeblies that registered in GAC to local drive ? thanks

      I Offline
      I Offline
      Ian McCaul
      wrote on last edited by
      #2

      Yes through the command prompt.

      1 Reply Last reply
      0
      • H hdv212

        Hi Is there any way to copy assmeblies that registered in GAC to local drive ? thanks

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        yes, command prompt or free commander (like windows explorer)

        1 Reply Last reply
        0
        • H hdv212

          Hi Is there any way to copy assmeblies that registered in GAC to local drive ? thanks

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #4

          hdv212 wrote:

          Is there any way to copy assmeblies that registered in GAC to local drive ?

          Lets you want to copy System.Data.dll from GAC [ Just for Example ] Open Command Prompt. Move to Directory C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089> Use DIR

          07/04/2009 04:12 PM

                .
          

          07/04/2009 04:12 PM

                ..
          

          07/04/2009 04:12 PM x,xxx,xxx System.Data.dll
          1 File(s) x,xxx,xxx bytes
          2 Dir(s) xx,xxx,xxx,xxx bytes free

          Now use Copy command to copy the System.Data.Dll

          cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net When you ask a question, remember to click "Good Answer", If the Answer is helps you.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups