When I click "Add Web Reference", following error inoked. Some of the files required for Web references are not installed.
VS Configuration!
Microsoft Visual Studio 2005
Version 8.0.50727.26 (RTM.050727-2600)
Microsoft .NET Framework
Version 2.0.50727

Some of the files required for Web references are not installed.
vvpenmetsa
Hi thats a great post.After that regsvr32 it worked for me.
Thanks.
Joannes Vermorel - MSP
The version i am having is from MSDN subscription.
ve_robot1
Ovi Verona
Hello,
What version do you have installed For the retail bits of VS.NET 2005 it should be version 8.0.50727.42. Is the version you installed bought from a store or was it handed out at a preview conference
My guess is that you are simply missing files needed to render this Add Web Reference dialog box. I assume you've already tried an uninstall and reinstall. Check to make sure that the following files exist on your machine...
C:\Windows\System32\MSXML3.dll
C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\1033\compsvcspkgui.dll
C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\1033\csspkgui.dll
C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\1033\disco.xsl
C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\1033\localservices.htm
C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\1033\localservices.xsl
C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\1033\uddi.htm
C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\1033\uddi.xsl
C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\1033\wsdl.xsl
C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\1033\helpwatermark.htm
C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\1033\solutionservices.xsl
C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\1033\solutionservices.htm
C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\1033\styles.css
hth
-Todd Foust
Wassim
Hi,
registering msxml2.dll and msxml3.dll didn't help for me. I get the same message, too.
Thomas
Ben Gracewood
I found it out (using the list todd published):
The wsdl.xsl file was missing, I don't know why...
Thomas
MikeKop
For me it was registering MSXML3.dll that worked.
Thanks for the help.
Cheers
gauravmangla
SpokaneDude
Harkonenn
This worked perfectly for me. Thanks!
Don Q
Were you able to find the files mentioned in my last post Another thing you could try is to run a filemon/regmon (from www.sysinternals.com) log while reproducing the problem. Then look for Not Found or Access Denied errors when you are trying to open the Add Web Reference Dialog box.