web reference issue

ace333

Newcomer
Joined
Jul 19, 2005
Messages
22
The type or namespace name 'localhost' could not be found (are you missing a using directive or an assembly reference?)

I have added a web reference from the local host but am still getting the above error

localhost.EmailService test = new localhost.EmailService();

This is a project I have come back to and it worked before for the following

net.xxx.app.ldnuat3.EmailService test = new net.xxx.app.ldnuat3.EmailService();

but even now this one is not working either....

this is the web reference i added here ...
http://ldnuat3.app.xxx.net/wes/EmailService.asmx?WSDL

why is something that worked before now not working.... i have used a lot of web services before.... what the hell is goin' on
 
Back
Top