Windows phone 8.1 Emulator launching issue

自闭症网瘾萝莉.ら 提交于 2019-12-04 03:55:56

问题


While launching the sample application in windows phone 8.1 emulator I am getting this error.

**Error 1 Error : DEP6100 : The following unexpected error occurred during boostrapping stage 'Connecting to the device': SmartDeviceException - App deployment failed. Please try again. AccelerometerCS.WindowsPhone

Error 2 Error : DEP6200 : Boostrapping 'Emulator 8.1 WVGA 4 inch 512MB' failed. Device cannot be found. App deployment failed. Please try again. AccelerometerCS.WindowsPhone**

Any possible solutions?

Thanks in advance.


回答1:


I have had the same problem and have found a solution that might work for you as well. Here is what I did:

  • close Visual Studio
  • open Hyper-V Manager
  • delete all Windows Phone Emulator VMs
  • in the Virtual Switch Manager (link is located in the navigation bar on the right) delete all Windows Phone related virtual switches
  • open Visual Studio and try to deploy the application again (Visual Studio will create a fresh virtual machine for you)

I hope that helps.




回答2:


Based on a quick search and Sumesh Thomas's blog, you might be trying to deploy a Windows Phone 8.1 app to a device with older version of Windows Phone (probably 8.0). That won't work. Windows Phone apps targeting Windows Phone 8.1 need that version of OS as a minimum requirement.

Also, another possibility is that there's a pending Windows Update reboot which is causing the issue when deploying to emulator. According to the provided link, getting the latest updates from Windows Update and rebooting your machine might help.



来源:https://stackoverflow.com/questions/24765745/windows-phone-8-1-emulator-launching-issue

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