Windows Phone Emulator not working

前端 未结 12 998
Happy的楠姐
Happy的楠姐 2020-12-25 11:12

When I try to start debugging my windows phone 8 app in Emulator WVGA 512MB the following error message is showing

The Windows Phone Emulator wasn\'t         


        
相关标签:
12条回答
  • 2020-12-25 11:51

    Check that you have enough free space in your hard drive.

    0 讨论(0)
  • 2020-12-25 11:56

    At last the problem is solved.

    1. Open Hyper V Manager
    2. Delete all installed Virtual Machines
    3. Delete all Virtual Switches
    4. Restart system
    5. Rerun visual studio

    Thanks to Shiv Kumar Ganesh

    0 讨论(0)
  • 2020-12-25 11:58

    Try uninstalling vmware player 12 if you have ,I have tried several ways but nothing works until I remove it. Hope it could help you.

    0 讨论(0)
  • 2020-12-25 11:59

    I had the same problem. After a long investigation and checking the event log, learned that windows firewall is blocking the emulator connecting to the virtual machine. With that information it is simple to fix the problem.

    Yes! Just navigate to Control Panel -> System and Security -> Windows Firewall -> Allow app or feature through Windows Firewall. And click on Add another app button and browse the emulator's path (typically "C:\Program Files (x86)\Microsoft XDE\8.0\XDE.exe" but may vary based on your installation location). Choose the appropriate network type that you want and add the new item.

    Now go back to VS and run your application (close any emulator instance that you have opened already), everything should work fine now!

    0 讨论(0)
  • 2020-12-25 11:59

    the solution that worked for me :

    1. open Hyper V
    2. Select ur VM and go to Virtual Switch Manager.
    3. Select Windows Phone Emulator Internal
    4. if your connection is Internal then , check the Enable VLAN Identification option
    5. press F5 from VS .

    good luck!

    0 讨论(0)
  • 2020-12-25 11:59

    Also you can check if your vEthernet (Internal Ethernet Port Windows Phone Emulator Internal Switch) in Network and Sharing Center is enabled (mine was not, and I got same error like you).

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