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:
That worked for me.
Post a Comment