Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Visual Studio Error: Components required to enumerate Web references…

Trying to add a service reference in a Visual Studio 2008 project, I had this error:

EnumerateWebReferences

A quick search lead me to the solution: run VS with the reset switch.
“C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /reset skippkgs

No Comments