Some of the files required for Web references are not installed.

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



Answer this question

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

    Was there any resolution to this issue
  • 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

    Hi,

    For me it was registering MSXML3.dll that worked.

    Thanks for the help.

    Cheers



  • gauravmangla

    Thanks!!! it worked perfect for me.
  • SpokaneDude

    I had the same problem if you regsvr32 msxml3.dll , and also the msxml2.dll for .net 2003 if that is not registered as well :)


  • Harkonenn

    Ian_GENUX wrote:
    I had the same problem if you regsvr32 msxml3.dll , and also the msxml2.dll for .net 2003 if that is not registered as well :)

    This worked perfectly for me. Thanks!


  • Don Q

    Ok, that was my next guess

    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.

  • Some of the files required for Web references are not installed.