Tagged Questions

4
votes
3answers
866 views

NGen and Gacutil best practices

This is my first post, so please forgive me if this isn't written well. I've been working on a WinForms application which has about 5 referenced assemblies - written by us, and about 8 referenced ...
2
votes
1answer
934 views

GAC 32bit vs. 64bit

I've been searching for a while trying to understand this better, but am not finding any straight-forward answers on this. I have a component that I need to add to the GAC. I'm running Windows 7 ...
2
votes
3answers
83 views

How can you do a mass unload of Assemblies from GAC by PublicKeyToken?

Is there anyway to unload all assemblies from the GAC that have a specific PublicKeyToken? I am okay with the solution being command-line (gacutil.exe, etc) or via C#. EDIT: FYI, I can do this ...
0
votes
2answers
427 views

I can install via gacutil, but not uninstall the same dll

I have installed a DLL using the gacutil. gacutil.exe /i SI.ArchiveService.CommonLogic.Exceptions.dll Using the gacutil /l shows that it is indeed installed. ...
0
votes
2answers
827 views

Add Reference in Framework 4 Application is not showing assemblies in GAC registered with GACUtil V 4

I've registered a dll in my local GAC using the GACUtil which comes with VS2010 (version 4ish) I can perform gacutil /l xxx and it finds the dll I am aware from various other posts that Framework 4 ...