VS2008 - 无法将 Web 引用添加到 Web 应用程序项目(Web 服务枚举组件不可用)

发布于 2024-08-20 07:02:16 字数 164 浏览 4 评论 0原文

我遇到过无法将 Visual Studio 2008 中的 Web 引用添加到 Web 应用程序项目的情况。我无法解决的错误是“Web 服务枚举组件不可用。您需要重新安装 Visual Studio 才能将 Web 引用添加到您的应用程序。

我该如何解决此问题?

I've run into a situation where I was unable to add a Web Reference in Visual Studio 2008 to a Web Application Project. The error I couldn't resolve was "The web services enumeration components are not available. You need to reinstall Visual Studio to add web references to your application."

How can I resolve this?

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

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

发布评论

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

评论(1

为你拒绝所有暧昧 2024-08-27 07:02:16

解决此问题的方法是运行以下命令:

devenv /ResetSkipPkgs

来源:添加 Web 服务引用失败

The fix for this is to run the following command:

devenv /ResetSkipPkgs

Source : Adding Web Service Reference Fails

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