I am facing an issue with windows 8 phone emulator.
Windows Phone emulator wasnt able to connect to Windows Phone operating system. Phone didnt respond to connect request
This is the error that I get. When the emulator starts with internet but my application doesnot deploy. The ip that gets assigned is 192.168.137.1
. Previously it worked fine,
but then suddenly it started giving this issue.
Below is the list of troubleshooting that I have performed:
169.254.xxx.xxx
address set to internal emulator via dhcp, Application deployed successfully with NO internet connectionHave tried MAC address spoofing but nothing works when I use these settings.
- Have changed External Virtual Switch in Sharing mode this starts the internet with ip
192.168.137.1
but application doesnot deploy In debugger errors shown are:
Invalid pointer error App deployment failed
- Have tried Network bridging but still it doesnt work.
- Created all settings manually including the internal switch and external swithch. But same issue faced when it gets
192.168.137.1
ip then internet works but application doesnt deploy. And when it gets169.254.xxx.xxx
ip series application deploys but no internet connection. - No firewall are turned on or no antivirus is blocking any connections.
- Wireless router used for network connectivity, still not successfully
- Have also tried clean installation of everything but still no go.
Need help with this issue as I have been trying to get it resolved since a week.