the windows phone emulator wasn't able to connect to the windows phone operating system

后端 未结 11 689
無奈伤痛
無奈伤痛 2021-01-06 03:06

this message occurred when i run my APP

\"the windows phone emulator wasn\'t able to connect to the windows phone operating system :

The phone didn\'t respo

相关标签:
11条回答
  • 2021-01-06 03:16

    I also got this error message when I ran my app with the phone emulator:

    the windows phone emulator wasn't able to connect to the windows phone operating system : The phone didn't respond to the connect request . some functionality may be disabled.

    This is what I did, which worked perfectly for me:

    First make sure you have closed your Visual Studio and the phone emulator, then

    • Open Hyper-V Manager
    • Left column, left click on your computer name
    • Select Virtual Switch Manager
    • Select the Windows Phone Emulator Switch
    • Choose Private Network and Click Apply

    Then the trick is to restart your system and go through the same step above, but this time:

    • Choose Internal Network and Click Apply

    Note : You'll see some Loading in progress,that's all , then start your phone Emulator Again

    0 讨论(0)
  • 2021-01-06 03:18

    It's a firewall issue as above top 2 answers. I uncheck 'Enable Firewall' at Symantec Endpoint Protection > Network Threat Protection > Option. After the VM started, firewall can be turned back on.

    0 讨论(0)
  • 2021-01-06 03:19

    I had the same problem and solved it by disabling firewall (AVG). Try this.

    0 讨论(0)
  • 2021-01-06 03:24

    follow the following steps to solve this problem 1.go to network and sharing center 2.go to change adapter setting 3.go to v Ethernet (internal Ethernet port windows phone emulator internal switch) 4.right click it and enable it(if already enabled then disable and enable it again).

    0 讨论(0)
  • 2021-01-06 03:29

    I followed these steps and it solved my problem.

    1. Move to “Control Panel\All Control Panel Items\Administrative Tools”, Here remove each and every Virtual Machines listen under.
    2. Remove Hyper-V and then Restart the System.
    3. After restarting, Install Hyper-V once again.
    4. Open Visual Studio and Run any Windows Phone 8 app to start the emulator.
    5. It will create again all needed Virtual Machines( you can notice from Hyper-V Manager tools)
    6. While loading emulator, it will prompt for letting the emulator access the internet. say yes.
    7. Let the emulator and your project fully load
    8. Now you need to shutdown the emulator( by closing directly or use Shift + F5) and close the Visual Studio.
    9. Now Open Network and Sharing Centre
    10. Click change Adapter Settings (Listed on the left hand side)
    11. Now you will see there - “Control Panel\Network and Internet\Network” Connections. some new adapter created by HyperV, they should be called “vEthernet(…)”
    12. Here, You need to focus on the vEthernet( Virtual Switch) and vEthernet (Internal Ethernet Port Windows Phone Emulator Internal Switch)
    13. Now right click on vEthernet( Virtual Switch) and click on the properties and navigate to the sharing tab.
    14. Here, Choose Allow other Network users to connect and choose the vEthernet (Internal Ethernet Port Windows Phone Emulator Internal Switch) as the adapter and then save the changes and close Windows.
    15. Everything work now.(Make sure your Wi-fi is working properly)

    Source

    0 讨论(0)
  • 2021-01-06 03:30

    do you have installed symantec? If so thats the issue. i am able to run only after disabling symantec. so you may choose to do so.

    Regards, Pankaj

    0 讨论(0)
提交回复
热议问题