gacutil
MSBuild community task GacUtil silently failing for me
I have an open source .NET project whose main artefact is a DLL that needs to be installed to the GAC for its primary use case. Therefore I want to install it during the AfterBuild task. I am using th[详细]
2023-04-08 04:18 分类:问答Is it a problem to have 2 version of MySql.Data assemblies in GAC?
I have 2 versions MySql.Data assembliesin GAC The Global Assembly Cache contains the following assemblies:[详细]
2023-03-29 06:31 分类:问答Where is GACUTIL for .net Framework 4.0 in windows 7?
i\'ve made an assembly in the .net framework that I intend to publish to the GAC but I can\'t find the gacutil utlity.[详细]
2023-03-25 02:51 分类:问答How to register Assembly .net 4.0 in windows 7 GAC?
Hi i\'m using vs2010 to create a .net 4.0 assembly that i pretend to register on the GAC. 开发者_Go百科i can\'t find the gacutil and don\'t know ho to register an assembly on the 4.0 GAC[详细]
2023-03-24 18:13 分类:问答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?[详细]
2023-03-11 21:20 分类:问答Can I download and install gacutil.exe without having to install VS or the SDK?
I want an administrator to register some DLLs for me, but he would probably prefer not to install the whole SDK.[详细]
2023-02-22 08:28 分类:问答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.[详细]
2023-02-19 12:27 分类:问答Why is my assembly not visible in "Add Reference > .Net" when installed to the GAC?
Just have a quick question about the GAC I created an assembly Awesome.DLL. Had it signed, then installed into the GAC:[详细]
2023-02-13 03:01 分类:问答Assembly not listed in VS10 Object browser
I have a VB.Net project which needs to use a third party DLL for which there also an interop assembly. So I have something like this:[详细]
2023-02-04 22:42 分类:问答Ways for Execute gacutil in remote machine
Is there a way to execute gacutil in to a particular (remote) machine given the IP address (or the workstation name) of the machine?[详细]
2023-02-02 20:05 分类:问答