C# 如何在没有 GacUtil 的情况下在 GAC 中注册程序集?

2024-05-27

我需要使用批处理文件在 GAC 中注册程序集。有没有办法找到安装位置GacUtil.exe或者有没有办法在没有 GacUtil 的情况下注册程序集?


Your bestbet is to use a powershell script that wraps Publish.GacInstall http://msdn.microsoft.com/en-us/library/system.enterpriseservices.internal.publish.gacinstall.aspx, such as this one http://weblogs.asp.net/adweigert/archive/2008/10/31/powershell-install-gac-gacutil-for-powershell.aspx???? https://archive.ph/mIAl6

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

C# 如何在没有 GacUtil 的情况下在 GAC 中注册程序集? 的相关文章

随机推荐