Is there any GUI to view, add, delete assemblies in Global Assembly Cache?
            Asked
            
        
        
            Active
            
        
            Viewed 5,027 times
        
    7
            
            
        - 
                    1http://www.codeproject.com/Articles/430568/A-GAC-Manager-Utility-and-API works pretty good – alex Jul 21 '15 at 00:45
 
2 Answers
5
            
            
        - 
                    [Gacbrowser](http://gacbrowser.blogspot.in/2008/03/gac-browser-introduction.html) is similar software but it doesn't support adding (registering) new assembly. – Yogee Apr 24 '13 at 10:23
 - 
                    1
 
2
            There's also WinGAC which I've seen people use. Seemed to do a good job
CodePlex has a project called Win GAC as well but I don't have experience with it. It hasn't been updated since 2008 and says it supports up to .NET 3.5 but I have a feeling it would handle 4.0 just fine.
        JRoughan
        
- 1,635
 - 12
 - 32
 
- 
                    1
 - 
                    @Hans Passant. Good point! I was thinking the docs had just never been updated but, yeah, that would break it alright. It's open source though so that should be a minor fix. – JRoughan Sep 19 '11 at 14:45
 - 
                    1[Gacbroswer](http://gacbrowser.blogspot.in/2008/03/gac-browser-introduction.html) (Open Source) supports Framework 4.0 – Yogee Jun 09 '13 at 20:05