Thursday 23 October 2008

The web services enumeration components are not available - Fix


In Visual Studio, if you are attempting to update your web references (Generate a new proxy stub for your web service)... you may come across this error...

"The web services enumeration components are not available!.

you may need to install Visual Studio, but try this first....

devenv /resetskippkgs

It clears some optinos that may have been currupted and clears all SkopLoading tags.

Reference: http://msdn.microsoft.com/en-us/library/ms241276(VS.80).aspx

1 comment:

Rick said...

That worked for me.