Archive

Archive for October, 2008

Get Assemblies from the GAC

October 9th, 2008 Dominick Cosgrove No comments

If you need to retieve an assembly from the GAC you can do this by carrying out the following:

  1. Start | Run;
  2. Enter C:\windows\assembly\GAC_MSIL into the open dialog box;
  3. There will be a folder for each assembly in the GAC locate the folder. The assembly (dll) will be in the folder.

image

Categories: Development Tags: