Somebody got error message like
"The web services enumeration components are not available.  You need to reinstall Visual Studio to add web references to your application".
while try to add web references Sounds like the installation is somehow corrupted.

For quick solutions try the following

1) Run->
"devenv /resetskippkgs" , (without quotes)

2)
when having 2 VS installed (like VS2008 and VS2005) on same machine it is better to parse command with the full path name:
"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" /resetskippkg




0 comments

Related Posts Plugin for WordPress, Blogger...