issue with Web.Config - where do classes live? (kinda multiposted to webservices. sorry)

  • Thread starter Stephanie Stowe
  • Start date
S

Stephanie Stowe

Imagine that I had this

<webServices>
<soapExtensionTypes>
<add type="Microsoft.Web.Services.WebServicesExtension,
Microsoft.Web.Services, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" priority="1" group="0" />
</soapExtensionTypes>
</webServices>

in the web.config for one of my projects (which I do). I see the add type
for hte soapExtensionTypes. The help says that this element

"Specifies the SOAP extensions to run with all XML Web services within the
scope of the configuration file. "

According to the <add help info, the first parameter is the class. Where do
I find the dll or whatever that is running on my system that this class is
referring to?

I am having an error:

Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: The 'type' attribute must be set to a valid type name.

Source Error:


Line 27: <webServices>
Line 28: <soapExtensionTypes>
Line 29: <add type="Microsoft.Web.Services.WebServicesExtension,
Microsoft.Web.Services, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" priority="1" group="0" />
Line 30: </soapExtensionTypes>
Line 31: </webServices>


I cannot tell what a valid type name would be since I am not sure what the
current one is.

Any help would be greatly appreciated. I hope my customer does not boil me
in oil!

Thanks

Stephanie
 
S

Stephanie Stowe

In case anyone ever googles this... It was a simple case of WSE not being
installed.

Whew.
 

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,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top