Is there any GUI to view, add, delete assemblies in Global Assembly Cache?

link|improve this question

68% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
1  
It probably doesn't, the GAC got moved for 4.0 – Hans Passant Sep 19 '11 at 12:58
@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
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.