Kiquenet
Kiquenet

Reputation: 14976

Viewer tool for Global Assembly Cache (Viewer)

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

Upvotes: 5

Views: 10467

Answers (2)

Kiquenet
Kiquenet

Reputation: 14976

GAC Browser is useful for GAC CLR 2.0 and CLR 4.0
http://gacbrowser.blogspot.com/2008/03/gac-browser-introduction.html

Upvotes: 3

Marc
Marc

Reputation: 1898

Have you tried GACView by Nirsoft?

Upvotes: 0

Related Questions