将 dll 安装到 gac 中.net 4.0
我想向 gac 添加一些 .net 4.0 dll,我知道新的 gac 是 C:\Windows\Microsoft.NET\ assembly
我无法使用 gacutil 因为Visual Studio 未安装在部署计算机上,我无法像在以前的版本中那样简单地将 dll 拖/放到该文件夹中。
如何将 dll 安装到 GAC。
I want to add some .net 4.0 dlls to the gac, I know that the new gac is C:\Windows\Microsoft.NET\assembly
I cannot use the gacutil because visual studio in not installed on the deployment machine, and i cannot simply drag/drop the dll to the folder as i usually do in the previous versions.
How can I install the dlls to the GAC.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它是 Windows SDK 的一部分,可以在 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6B6C21D2-2006-4AFA-9702-529FA782D63B。此安装将包含 gacutil.exe。但首先在这里检查它:C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin 你可能已经安装了它
gacutil.exe 在哪里?
更新:修改了链接。适用于 .Net 4.0 的 Windows SDK
It is part of Windows SDK and can be download separately at http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6B6C21D2-2006-4AFA-9702-529FA782D63B. This installation will have gacutil.exe included. But first check it here: C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin you might have it installed
where is gacutil.exe?
UPDATE : Modified the link. Windows SDK for .Net 4.0
使用微软安装程序包。您可以从以下位置下载安装程序
http://www.microsoft.com。
我尚未确认,但理想情况下 Gacutil 必须是框架的一部分,您可以在 .net Framework 文件夹中找到它
Using Microsoft Installer Package. You can get download of installer from
http://www.microsoft.com.
I am not confirmed but ideally Gacutil must be part of framework and you can find it out in .net framework folder