Windows Mobile & WCF Service on the IIS - Could not establish connection to network
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 开发者_Python百科the Visual Studio 2008 Professional. Why that error occurs ?
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...
精彩评论