VS08/Updating web references in a web project/0x80004002
When we tried to update the web references in a web application, Received an error message:
==================================================
Microsoft visual Studio
Failed to update web reference ‘membership_services.member'.
Error: The components required to enumerate Web references are not installed on this computer. Please re-install visual studio.(0x80004002)
Failed to update Web Reference 'SQLServer_Endpoint.path'.
Error: The components required to enumerate Web references are not installed on this computer. Please re-install Visual studio.(0x80004002)
==================================================
Resolution
Start-> Run-> "<drive>\Program files\Visual Studio 9.0\Common 7\IDE\devenv" /setup
Cause
The components required are not installed.
More Information
https://msdn.microsoft.com/en-us/library/ex6a2fad.aspx
Content by: Parameswary Annamalai
Reviewed by: Soumitra Mondal