简体   繁体   中英

registering a dll in GAC

I need to add an dll to GAC on Windows 2003 server. The server doesn't have Visual Studio installed. I didnt find Gacutil.exe in Windows 2003 Server. Where can I find Gacutil in Windows 2003 Server. Is there any other way I can add a dll to GAC . Any help will be highly appreciated.

Thanks in Advance,

You cannot call gacutil. There are some fusion APIs you can P/Invoke.

Instructions: http://support.microsoft.com/default.aspx?scid=kb;en-us;317540

While you can't (re: shouldn't) use GACUtil.exe, there are 2 other ways, outlined in the following link from msdn:

http://msdn.microsoft.com/en-us/library/dkkx7f79.aspx

What you're looking for is probably Mscorcfg.msc , but is only good for Framework version 3.5 and earlier

http://msdn.microsoft.com/en-us/library/2bc0cxhc.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM