How to copy assembly from GAC to local drive ?
C#
4
Posts
4
Posters
0
Views
1
Watching
-
Yes through the command prompt.
-
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 DirectoryC:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089>
UseDIR
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 freeNow 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.