Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't deploy window phone apps to Emulator. Error DEP6100 & 6200

I create new default project Window Phone, then run it with Emulator Window Phone but it's not work however emulator started.

I use Window 8.1 64bit with Visual Studio Professional 2013 - Update 4

Error say:

  • Error 1 DEP6100 : The following unexpected error occurred during boostrapping stage 'Connecting to the device': SmartDeviceException - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
  • Error 2 DEP6200 : Boostrapping 'Emulator 8.1 WVGA 4 inch 512MB' failed. Device cannot be found. A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Help me Thanks !

like image 270
Nguyễn Duy Nguyên Avatar asked Dec 29 '14 06:12

Nguyễn Duy Nguyên


2 Answers

Did you try all these steps?

  • Closing Visual Studio
  • Going to the "Control Panel"
  • Selecting "Programs and Features"
  • Find "Windows Phone 8.1 Emulators - ENU" in the list
  • Click the "Change" button at the top or right-click and select "Change"
  • On the "Visual Studio" window that appears; select "Repair"
  • Wait for the process to complete, and re-open Visual Studio
  • Run the emulator again

Or else check out for more here: Windows phone 8.1 emulator not loading OS

Windows phone 8.1 Emulator launching issue

like image 68
Kulasangar Avatar answered Nov 26 '22 21:11

Kulasangar


I had this same error... I'll start by saying that reloading Visual Studio 2013 and Windows Phone SDK 8.0 did not fix my issue. What did correct my issue was creating a blank project within the Visual Studio Express 2012 for Windows Phone and deploying the project. Then I went into Visual Studio 2013 and tried deploying my project again and voila, it worked. Why, I have no idea. My guess is there is a file or configuration that is set up by VS Express for WP.

like image 25
Mr. Cooper Avatar answered Nov 26 '22 22:11

Mr. Cooper