Zia Ur Rahman
Zia Ur Rahman

Reputation: 1880

Universal App VS2015 Windows Phone Emulator is not Running

I am developing Universal App using VS2015 in Win10. The simulator and the android emulator is running fine. But when I started the Windows Phone Mobile Emulator, then the emulator runs and shows "OS is starting", and then after a long delay (i.e. 10mins) the Emulator turned off and these messages have been shown.

  1. Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device '8BDF218D-FDBB-4A97-90F9-3AA33B559A92'.': DeviceException - App deployment failed. Please try again.
  2. Error : DEP6200 : Bootstrapping 'Mobile Emulator 10.0.10240.0 WVGA 4 inch 512MB' failed. Device cannot be found. App deployment failed. Please try again. TestUWP2

What is this Bootstrapping error. The Emulator in Hyper-V Manager is running fine. Plz help and let me get rid of it.

See the pic. enter image description here

enter image description here

enter image description here

Upvotes: 17

Views: 2615

Answers (2)

KJones
KJones

Reputation: 13

Installing the new emulators fixed the issue for me.

https://go.microsoft.com/fwlink/p/?LinkId=615095

Upvotes: 1

lebobbi
lebobbi

Reputation: 2287

You need to install latest emulators and Windows SDK, you can get them from this page.

https://dev.windows.com/en-us/downloads/windows-10-developer-preview

Its also suggested to update your UWP Tools

http://go.microsoft.com/fwlink/?LinkId=627168

Upvotes: 2

Related Questions