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

有帮助吗?

解决方案

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

其他提示

Have you tried GACView by Nirsoft?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top