Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...