Reputation: 12705
I have set the WCF service on the IIS (localhost). I use that service in my application (windows mobile, C#). The problem is, when I try to invoke any method I see an error: "Could not establish connection to network." I deploy the application on the built-in emulator in the Visual Studio 2008 Professional. Why that error occurs ?
Upvotes: 0
Views: 1629
Reputation: 43748
You probably need to activate the network connectivity on the mobile device emulator. This might help: http://www.xdevsoftware.com/blog/post/Enable-Network-Connection-Windows-Mobile-6-Emulator.aspx
Or just Google around for enabling network on the windows mobile emulator...
Upvotes: 1