Saturday, August 9, 2008

Want to Take a DLL backup from GAC

Option-1:
~~~~~~~
open command prompt and navigate to %windir%/assembly/gac_msil/ and use copy command to take a copy of the require dll.

Option-2:
~~~~~~~
Want to do it in a windows way ,
Simply enter the following:
subst g: %windir%\assembly\gac

Now open Explorer, go to drive G: and you're all set.
Thanks to Jeff key

Option-3:
~~~~~~~
Start->Run->type c:\windows\assembly\gac
There you are take a back up of the required dll and go ahead

3 comments:

Anonymous said...

you da man! exactly what i needed

http://www.sharepoint-training-videos.com

Anonymous said...

nice, jus wat i nded. thanks.

Anonymous said...

simple question, simple answer.
thx a lot!