Is there any tool for GAC management? [closed]
Asked Answered
S

2

7

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

Sainfoin answered 19/9, 2011 at 10:25 Comment(1)
codeproject.com/Articles/430568/A-GAC-Manager-Utility-and-API works pretty goodBailsman
S
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.

Strunk answered 19/9, 2011 at 10:33 Comment(3)
It probably doesn't, the GAC got moved for 4.0Gonsalves
@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.Strunk
Gacbroswer (Open Source) supports Framework 4.0Shardashare
E
5

You can also try GACAdmin It also supports .NET 4.

Eichman answered 2/9, 2012 at 17:55 Comment(2)
Gacbrowser is similar software but it doesn't support adding (registering) new assembly.Shardashare
The link is broken.Nordine
S
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.

Strunk answered 19/9, 2011 at 10:33 Comment(3)
It probably doesn't, the GAC got moved for 4.0Gonsalves
@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.Strunk
Gacbroswer (Open Source) supports Framework 4.0Shardashare

© 2022 - 2024 — McMap. All rights reserved.