5
votes

To view a list of the assemblies in the global assembly cache, at the command prompt, type the following command: gacutil –l

In earlier versions of the .NET Framework, the Shfusion.dll Windows shell extension enabled you to view the global assembly cache in Windows Explorer. Beginning with the .NET Framework version 4, Shfusion.dll is obsolete.

Any visual tool view the contents of the global assembly cache in .NET 4.0 - CLR 4.0 ? I would like viewer tool and not execute commandline (gacutil -l).

UPDATE:

GACView by Nirsoft.net does not support .NET 4.0 (CLR 4.0)

http://www.nirsoft.net/dot_net_tools/gac_viewer.html

Update march 2012:

GAC Browser http://gacbrowser.blogspot.com/2008/03/gac-browser-introduction.html

2
This is a shopping question, off topic at SE sites. Make it a programming question: stackoverflow.com/questions/2611108/…Hans Passant
Can I move another site in SE ? which better forum for questions about tools in C# .NET ?Kiquenet
@Hans Passant: I disagree, I am a developer and searcht for the OP's topic right here at SO, expecting to get help. This question belongs to SO IMHO.Marcel

2 Answers

0
votes

Have you tried GACView by Nirsoft?