Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with asp.net 2.0 web client accessing a web service

Status
Not open for further replies.

jrenae

Programmer
Jan 18, 2006
142
US
Hello,

I've created a web service that I can access fine from a .net windows client. But when I try to access it via a web client created in asp.net it does not add the reference.map file or the reference.cs file under the web reference folder. It added a .disco, .discomap and a .wsdl file. The compile error I'm getting is below:
I might add that I'm using the example in the ".NET XML Web Services Step by Step" book. I'm using Visual STudio 2005.

Any suggestion? Thanks in advance

Error 11 The type or namespace name 'WebFormsClient' could not be found (are you missing a using directive or an assembly reference?) c:\inetpub\ 14 7
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top