将程序集安装到 GAC,适用于 mono/.NET

发布于 2024-09-05 04:52:20 字数 237 浏览 2 评论 0原文

据我所知,.NET 程序集的安装如下。

 'gacutil /i nunit.framework.dll' 

对于单声道,将目录设置为 MONO_PATH 即可完成工作。

  • 这是正确的吗?
  • 对于.NET/Windows,程序集安装在哪里?运行 gacutil 命令后,我在 c:\Windows\Microsoft.NET\GAC_MSIL 中看不到任何变化。

As far as I know, for installation of an assmebly for .NET is as follows.

 'gacutil /i nunit.framework.dll' 

And for the mono, set the directory to MONO_PATH is doing the job.

  • Is this correct?
  • With .NET/windows, where does the assembly installed? I couldn't see any change in c:\Windows\Microsoft.NET\GAC_MSIL, after running the gacutil command.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抽个烟儿 2024-09-12 04:52:20

如果要将 .NET 程序集安装到 GAC。您可以在 Windows 中或单声道中使用 gacutil

$ gacutil -i gac_lib.dll

请参阅 mono 文档< /a>.

If you want to install a .NET assembly to the GAC. You use gacutil, in windows or with mono:

$ gacutil -i gac_lib.dll

See the mono documentation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文