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
I have 2 versions MySql.Data assembliesin GAC The Global Assembly Cache contains the following assemblies:
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.
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
Is there anyway to unload all assemblies 开发者_开发问答from the GAC that have a specific PublicKeyToken?
I want an administrator to register some DLLs for me, but he would probably prefer not to install the whole SDK.
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.
Just have a quick question about the GAC I created an assembly Awesome.DLL. Had it signed, then installed into the GAC:
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:
Is there a way to execute gacutil in to a particular (remote) machine given the IP address (or the workstation name) of the machine?