Gacutil 与 2008 的位置

发布于 2024-07-22 10:01:00 字数 82 浏览 2 评论 0原文

我想运行一个在 gac 中安装 dll 的构建后脚本,但我必须使用 gacutil.exe 的完整路径,我在哪里可以找到它? 我有视觉工作室2008

I want to run a post build script that installs the dll in the gac, but i have to use the full path to gacutil.exe, where can i find this? i have visual studio 2008

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

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

发布评论

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

评论(3

稚然 2024-07-29 10:01:00

答案是C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe

The answer is C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe

空心↖ 2024-07-29 10:01:00

打开 Visual Studio 命令提示符(开始 -> 程序 -> Visual Studio -> Visual Studio 工具 -> Visual Studio 命令提示符)。 运行以下命令:

c:\Program Files...\> where gacutil

Open the Visual Studio command prompt (Start -> Programs -> Visual Studio -> Visual Studio Tools -> Visual Studio Command Prompt). Run the following command:

c:\Program Files...\> where gacutil
美人骨 2024-07-29 10:01:00

您可以将 gacutil 从您的开发 PC 复制到服务器:

C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\
  gacutil.exe
  gacutil.exe.config
  1033\gacutlrc.dll

You can copy gacutil to server from your dev PC:

C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\
  gacutil.exe
  gacutil.exe.config
  1033\gacutlrc.dll
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文