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
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