I\'m trying to add a .NET 4.0 .dll to the GAC.I am attempting to do this because it is published by a 3rd party company as both a 32 and 64bit .dll which I must use from different apps on different pl
I\'ve created a .NET assembly for COM interop and it is working well on my development machine.I\'m cu开发者_JAVA百科rrently trying to figure out how to deploy the DLL to a target machine using Visual
When registering .NET assemblies for COM Interop, I do two things, currently in this order: regasm /tlb:MyDll.tlb Mydll.dll
I\'m trying to index the GAC and use the ResolveAssemblyReferences target. However, some assemblies (such as Unity application block) seem to 开发者_Go百科be missing from the GAC and yet VS happily sh
I used the Visual Studio 2010 Command Prompt\'s gacutil.exe to install an assembly.I expected the assembly to be added to C:\\WINDOWS\\assemblies, but it was instead added to C:\\WINDOWS\\Microsoft.NE
I\'m running GacUtil.exe from within Visual Studio Command Prompt 2010 to register a dll (CatalogPromotion.dll) to the GAC. After running the utility, it says Assembly Successfully added to the cache,
I\'ve done much reading and experimentation today regarding sigining of assemblies, and their installation into the GAC via various methods (mscorcfg.msc / drag and drop).
While playing around with Sharepoint and WCF, I came across an article - Sharepoint 2007 and WCF in which the author stated the ne开发者_开发问答ed to fix the Virtual Path Provider. He accomplished th
I need to register 开发者_JAVA百科an assembly in the GAC using batch file. Is there a way to find the installation location of GacUtil.exe or is there a way to register the assembly without GacUtil?Yo
One customer wants to consume our .NET DLLs from VB6.They are designed to support reverse interop and all works fine... except: There are two separate VB6 programs in two different directories.It seem