当我在 GAC 中安装程序集时出现错误代码 1

发布于 2024-12-03 13:44:08 字数 466 浏览 0 评论 0原文

错误是什么?

The command ""C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe" /i D:\WDS\bin\Debug\WDS.dll /f" exited with code 1.

我正在使用 VS 2010,并在构建后事件中运行它。

"$(FrameworkSDKDir)bin\gacutil.exe" /i $(TargetPath) /f

我在一些论坛中发现我必须像这样引用 TargetPath

"$(FrameworkSDKDir)bin\gacutil.exe" /i "$(TargetPath)" /f

但错误仍然存​​在。

有人可以帮助我吗?

What is the error ?

The command ""C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe" /i D:\WDS\bin\Debug\WDS.dll /f" exited with code 1.

I am using VS 2010 and I run this on my post build event.

"$(FrameworkSDKDir)bin\gacutil.exe" /i $(TargetPath) /f

I found in some forum that I have to quote the TargetPath like that

"$(FrameworkSDKDir)bin\gacutil.exe" /i "$(TargetPath)" /f

But the error is still there.

Can anybody help me ?

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

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

发布评论

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

评论(1

何其悲哀 2024-12-10 13:44:08

我遇到了类似的错误。根据 Hans Passant 对问题的评论,我发现了访问被拒绝的错误。以管理员身份运行 Visual Studio 解决了该问题。

I was getting a similar error. Following Hans Passant's comment to the question, I discovered an access denied error. Running Visual Studio as Administrator fixed the problem.

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