While adding web reference in .net 3.5 application it say - the web serrvices enumeration components are not available. You need to reinstall Visual studio to add web regerences to your application.
Hi, If you have not installed VS SP1 then try installing SP1 first. Also try devenv /resetskippkgs in the command prompt. Hopefully this will resolve your problem. If not then you know the final answer :D
Please feel free to discuss further.
Adil Mughal - MCP http://adilamughal.blogspot.com
Proposed as answer byAdil MughalSunday, May 3, 2009 5:06 AM
I suggest you reinstall Visual Studio, like the message says. John Saunders
Use File->New Project to create Web Service Projects
Use WCF for All New Web Service Development, instead of old ASMX or obsolete WSE
Hi, If you have not installed VS SP1 then try installing SP1 first. Also try devenv /resetskippkgs in the command prompt. Hopefully this will resolve your problem. If not then you know the final answer :D
Please feel free to discuss further.
Adil Mughal - MCP http://adilamughal.blogspot.com
Proposed as answer byAdil MughalSunday, May 3, 2009 5:06 AM