How to view the Folder and Files in GAC?
问题 I want to view the folders and sub folders in GAC. Also want to know about adding and removing from GAC. To install we write this lines in command prompt by opening Visual Studio command prompt :- gacutil /i [assembly path] But to uninstall we need only:- gacutil /u [assembly name] Why? 回答1: Install: gacutil -i "path_to_the_assembly" View: Open in Windows Explorer folder .NET 1.0 - NET 3.5: c:\windows\assembly ( %systemroot%\assembly ) .NET 4.x: %windir%\Microsoft.NET\assembly OR gacutil –l