GacDump util 
Jeff Key 
August 25, 2003

Today I needed to know what versions of some assemblies a client was running from the GAC, so I wrote this.  When you run it, it puts the GAC's assembly names and versions into a text file, then has the decency to open Windows Explorer and select the file it just created.

Download   (Requires .NET Framework v1.1)

Source

Back to dotnet