I am writing an installer using WIX, and I need to add a .dll file to the GAC. I use: <File Id=\"my.dll\" Name=\"my.dll\" DiskId=\"1\" Source=\"..\\MyResources\\\" KeyPath=\"yes\" Assembly=\".net
I registered Mono.WebServer.dll in the GAC with: C:\\Program Files\\Microsoft Vi开发者_如何学编程sual Studio 8\\SDK\\v2.0\\Bin\\gacutil.exe
I would like to reliably auto-install my application assemblies in the GAC when I compile my application using Visual Studio. I\'ve setup pre- and post-build events in my web application\'s build.
I\'m trying to build a project library that needs to be in the GAC, so I added the following line as a post build event:
I have an old开发者_如何学JAVA .net 2005 web site that has some asp pages and having object reference problem accessing .net dll.The maintenance task was handed down to me and the original developer i
I am using Windows 7 Enterprise 32 bit. I have used Windows command line, and also used VSTS 2008 command line, but when executing gacutil.exe, there is command not found error.
I have a production box (Windows Server 2008) where no visual studio is installed. Can I use GACUTIL there...If so where can i find the gacutil exe in that ma开发者_C百科chineIt does not exit on the p
in my MSBuild file (TFSBuild.proj since I am running Team Builds) the exec command=g开发者_开发知识库acutil alwys fails with the following error:
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 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