今天在Visual Studio 2008中引用WebService,出现这样的错误提示:
The web services enumeration components are not available. You need to reinstall Visual Studio to add web references to your application.
在中文社区中没有找到相关的解决办法,通过国外的一个博客找到了解决方案:
运行:devenv /resetskippkgs
这个办法至少对他,对我都是有效的。
阿不 http://hjf1223.cnblogs.com