c# - 部署到 GAC

标签 c# visual-studio gac

是否有部署到 GAC 的最佳方式?

拖dll到GAC就够了吗?

最佳答案

部署到GAC的方式是使用Setup工程。

关于c# - 部署到 GAC,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1091304/

相关文章:

c# - 不在 powershell 中加载程序集

c# - 3D/2D 自上而下的 View 使用什么样的投影和相机?

git 和 Visual Studio

.net - 错误消息 "Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC"

.net - 使用 InstallShield 将程序集注册到 GAC

c# - char的增量

c# - 运行 Visual Studio 2019 React 模板时出现错误 400

visual-studio - 您是否听说过 CA2151 - 具有关键类型的字段应该是安全关键的?

visual-studio - 将多组断点保存为不同的配置文件 - Visual Studio

.net - 如果我在 GAC 中有两个同名的程序集,我如何告诉 .Net 使用哪个程序集?