VisualStudio 2013 Express phone emulator - device not found

拜拜、爱过 提交于 2019-11-30 18:58:35

I solved this problem just now. Please take all windows update. Reboot, and check again for any remaining update. This was a bug earlier as well so microsoft fixed it in first update of windows 8.1

Then check any remaining extension update for your visual studio 2013. update there as well.

Try opening a sample app, it should work.

Regards Kajal

I had same problem . first i fixed it with:

  • Updating windows
  • Uninstall / install Windows Phone SDK 8
  • Remove and add Hyper-v again ( maybe it is not necessary )

But problem came back and instead of previous solution i fixed the issue with :

  • going to windows firewall and then click on "restore defaults"

Open Hyper-V manager. Look at all the emulators that are running and turn them all off.

Then open visual studio and deploy your app.

This will start a fresh instance of Emulator.

I had the same problem with VisualStudio 2013 Professional and the latest Windows Phone 8.1 SDK and emulators (as of December 2014).

In my case I fixed it by changing the virtual switch 'WinPhoneEmulatorSwitch' in Hyper-V Manager from 'Internal network' to 'Private network'.

I found this solution at pekari.wordpress.com

I had your same problem and after many attempts resolved it this way:

  1. Deactivate Hyper-V (and restart computer);
  2. Go in the Device Manager and open the Network Adapters, here uninstall everything with the name "Hyper-V...", this will allow us to reactivate Hyper-V without any conflict;
  3. Enable Hyper-V (and restart computer);

Finally launch the emulator (if it is the first time you launch it you will have to wait 5-10 minutes, so be patient and wait for it to load all apps it need).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!