Wednesday, May 16, 2012

Get a DLL from the GAC

Steps to Get a DLL From GAC:

- Open command prompt
- type "cd c:\windows\assembly\GAC_MSIL"
- type "dir"
- Look for the name of the dll that you want
- Type "cd{Name of the dll}"
- Type dir
- Type cd TAB
- Type "copy {dllname}.dll {Path where teh file needs to be copied}

You now have the dll.

No comments:

Post a Comment