Question

First of all, I admit I am new in Windows Phone 8 application.So do not rate it as low. So please forgive me.

I have created WCF service, I am getting the results but when I run in windows phone, its returning error: "System.ServiceModel.CommunicationException", and I know why this is happening, it is occuring due to network problems.

My emulator is not getting netowrk from my system, I have Wifi network, and if there is no internet in my system, in case I have given static IP. That is the problem. How to solve this issue?

Was it helpful?

Solution

I had the same issue as well. However as someone else pointed out on the official forums it didn't work if you had a static IP for your PC set up in your router. Removing it and let the DHCP assign my PC an IP solved the issue for me.

Source

OTHER TIPS

You may need to change your firewall settings or your proxy settings.

As Mohammed Tau said below you need to remove your static IP and use a router which gives you a generated IP. It's either that, or as suggested in this question (http://social.msdn.microsoft.com/Forums/wpapps/en-US/3e40751b-f888-45b1-961f-b1a0f23a3027/windows-phone-8-emulator-internet-connectivity-issue?forum=wptools)

"It would appear that the phone emulator requires you to have a second network adapter to dedicate to this purpose."

"Basically, it appears that for some odd reason it won't properly work unless the phone has the same MAC address as the network adapter. However, we can't just set it to use the same MAC address because address conflicts are very very bad. So, we need a second adapter that we can dedicate to the Phone emulator. "

Good luck!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top