gacutil
Wix - install as non-admin and add to GAC
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[详细]
2023-01-25 06:58 分类:问答gacutil is not a valid win32 application?
I registered Mono.WebServer.dll in the GAC with: C:\\Program Files\\Microsoft Vi开发者_如何学编程sual Studio 8\\SDK\\v2.0\\Bin\\gacutil.exe[详细]
2023-01-23 17:57 分类:问答GAC installation on every build - how to do it reliably
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.[详细]
2023-01-23 02:53 分类:问答GACed .net library project succesfully build only on second try
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:[详细]
2023-01-17 13:28 分类:问答Consume a .NET Assembly from a classic ASP page
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[详细]
2023-01-11 12:05 分类:问答where is gacutil.exe?
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.[详细]
2023-01-09 20:50 分类:问答Location of GACUTIL in Windows server 2008 production box
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[详细]
2023-01-08 21:27 分类:问答gacutil from MSBuild
in my MSBuild file (TFSBuild.proj since I am running Team Builds) the exec command=g开发者_开发知识库acutil alwys fails with the following error:[详细]
2023-01-06 16:19 分类:问答Trouble registering ChilkatDotNet4.dll to the GAC
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[详细]
2023-01-05 00:26 分类:问答Where does VS 2010 Tools' gacutil.exe install assemblies?
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[详细]
2023-01-04 04:48 分类:问答