Could not establish connection to network

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I created a web service in .net 2005. I want to use this web service in my
smart device application but when I try to reach web services in my pocket pc
emilator, I take this exception(Could not establish connection to network).
While I add web refrence to my project I tried the "localhost" and
"127.0.0.1" but I take the same error message. What can I do?
 
See my response in microsoft.public.dotnet.framework.aspnet.webservices.

Tip: Try cross posting next time as everyone reading your question will
benefit from the answers.

Simon.
 
Possibly you need the Virtual Machine Network Driver for Microsoft Device
Emulator. This will allow the emulator to use your computer's network card.
 
Back
Top