VS.NET 2005 BETA2 : Could not establish connection to network

Hello to all!
I just create one simple solution in VS.NET 2005 Beta2 with 2 projects:
-webservice project (just with default HelloWorld web method)
-smartDevice project (who call HelloWorld web method)

When I try to call WebMethod the error occurred (I use PocketPC 2003 Emulator):
An unhandled exception of type 'System.Net.WebException' occurred in System.Web.Services.dll
Additional information: Could not establish connection to network.

When I write the same code in Windows project everything works OK.

I use this code:
--
localhost.Service s = new localhost.Service();
MessageBox.Show(s.HelloWorld());
--


Some ideas?
TIA,
Bojan

[924 byte] By [BojanMacele] at [2008-1-27]
# 1
Hi Bojan,

Can you please post your question on the NetCF forum - they should be able to answer it much better. The problem you are seeing is not related to the emulator itself but to the configuration of the web server, web service and the client.

Thanks,

Vladimir

VladimirFedorov at 2007-9-8 > top of Msdn Tech,Smart Device Development,Device Emulator General...
# 2
Vladimir!
Thanks. I post it there.
Bojan
BojanMacele at 2007-9-8 > top of Msdn Tech,Smart Device Development,Device Emulator General...
# 3
Hi Bojan!
I have the same problem with emulator and web services on localhost. Did you solve this problem? If yes could you let me know about it?
Thanks,
Iouri.
iouri at 2007-9-8 > top of Msdn Tech,Smart Device Development,Device Emulator General...
# 4

Hai bojan,

Am facing the same problem i tried with active synch, first i was unable to browse the sites in pda explorer page but after changing some settings and dos i was able to but whenever am calling webserivce am getting the same exception, i need to resolve this urgently if you know the solution, let me know pls.

Thanx and regards

vasu

vasu20in at 2007-9-8 > top of Msdn Tech,Smart Device Development,Device Emulator General...