Error parsing WSDL

P

Paul Speranza

When I try to add a reference to and WSDL file I get the following message

The 'type' attribute must be set to a valid type name. (C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe.config line 33

Here is line 33

<add type="WseSettings.WseExtensionImporter, WseSettings, Version=2.0.0.0, Culture=neutral, PublicKeyToken=6c8e35098ebaa666" /

Can anyone help?
 
P

Paul Speranza

I fixed it. I checked the computers at work. My devenv.exe.config had this
section:

<system.web>

<webServices>

<soapExtensionImporterTypes>

<add type="WseSettings.WseExtensionImporter, WseSettings, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=6c8e35098ebaa666" />

</soapExtensionImporterTypes>

</webServices>

</system.web>

I don't know what put it there but I commented it out and now every thing
works.






Paul Speranza said:
When I try to add a reference to and WSDL file I get the following message:

The 'type' attribute must be set to a valid type name. (C:\Program
Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe.config line
33)
Here is line 33:

<add type="WseSettings.WseExtensionImporter, WseSettings,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=6c8e35098ebaa666" />
 
P

Paul Speranza

I had the web service extensions installed once and I guess the uninstall
didn't clean up.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top