gacutil 不是有效的 win32 应用程序?

发布于 2024-10-01 01:14:02 字数 285 浏览 0 评论 0原文

我在 GAC 中注册了 Mono.WebServer.dll

C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe

然后我想在 GAC 中安装一个附加程序集,我得到了:

gacutil 不是有效的 win32 应用程序。

我两次都使用相同的 gacutil...我重新启动,问题仍然存在。

I registered Mono.WebServer.dll in the GAC with:

C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe

Then I wanted to install an additional assembly in the GAC and I got:

gacutil is not a valid win32 application.

I used the same gacutil both times... I restarted and the problem persists.

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

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

发布评论

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

评论(1

执手闯天涯 2024-10-08 01:14:03

Gacutil 与 .Net SDK 捆绑在一起,而不是与 Visual Studio 捆绑在一起。也许您应该尝试重新安装 .Net SDK(如果需要)并从以下路径加载 gacutil:C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin(确保版本号与您的系统匹配)

Gacutil is bundled with .Net SDK, not with visual studio. Maybe you should try to re install .Net SDK if it needs to and load gacutil from this path : C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin (make sure the version number matches your system)

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