7100SW
7100SW

Reputation: 103

DEP6100 Error in Deploying Windows Phone 8.1 WinRT application to Windows 10 Mobile 10.0.10586

I have a Windows Phone 8.1/WinRT solution in Visual Studio 2015. I upgraded my phone to Windows 10 Mobile OS 10.0.10586.11 and I could not deploy the application.

2>Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device '30F105C9-681E-420b-A277-7C086EAD8A4E'.': 2>DeviceException - The data necessary to complete this operation is not yet available. 2>Error : DEP6200 : Bootstrapping 'Device' failed. Device cannot be found. The data necessary to complete this operation is not yet available.

Upvotes: 0

Views: 407

Answers (2)

7100SW
7100SW

Reputation: 103

It is fixed. I downloaded and installed the latest update for Visual Studio 2015 Version 14.0.24720.00 Update1. I have also updated the phone to Windows 10 Mobile 10.0.10586.29. After that, I was able to deploy my Windows Phone 8.1 project.

Upvotes: 1

Andrii Krupka
Andrii Krupka

Reputation: 4306

You must have:

  • Latest Windows 10;
  • Latest Windows 10 SDK;
  • Latest Windows 10 Mobile Emulators

UPDATED

Also, you can try to remove you device from PC

Upvotes: -1

Related Questions