1

I already post a similar issue two month ago (may be on other forums), but in the same time I had to do a clean install which had resolved issue.

Today, I don't want to see a clean install as a solution!

I use Visual Studio Community 2015 Update 2.

My issue is when I want to deploy on my device (Lumia 930), I get this error:

DEP6200 : Bootstrapping failed. Device cannot be found. 0x89731810: Deployment failed because no Windows Phone was detected. Make sure a phone is connected and powered on.

I tried to deploy the same project from my other computer with Visual Studio Enterprise 2015 (student license) and it works well.

I tried all solution I found on the Internet:

  • restart developer mode (deploying and restarting VS)
  • restart computer
  • restart IpOverUsb (which running correctly)
  • restart phone

I have no other idea.

Ajeet Shah
  • 18,551
  • 8
  • 57
  • 87
Samuel LIOULT
  • 594
  • 5
  • 21

1 Answers1

2

Did you see this similar problem on this stackoverflow thread here.

As they mentioned on that question:

When the device is connected to the computer, in the taskbar click in the icon which shows that a device is connected (the one where you can "Safely remove" the device) and right click on it and select the show devices and printers option. When it opens, you will see all the windows phone devices you have connected to the computer. Disconnect your device and uninstall it and its drivers by selecting the appropriate option after right clicking on it.

Source for this answer stackoverflow thread here.

Community
  • 1
  • 1
Almir Vuk
  • 2,983
  • 1
  • 18
  • 22
  • Thanks for your reply. I will try this solution as soon as the update will be completed (update 3). Also, I tried a similar solution: uninstall windows phone device from the device manager. – Samuel LIOULT Jun 28 '16 at 08:24
  • Okay Almir Vuk, your solution works well. Thanks a lot! – Samuel LIOULT Jun 28 '16 at 08:59
  • I am glad to hear that! – Almir Vuk Jun 28 '16 at 09:01
  • If an answer to a question already exists, you shouldn't copy that answer, and re-post it. Instead, call out that the question is a duplicate (and vote to close it, as soon as you have enough reputation). – IInspectable Jun 28 '16 at 10:04
  • Yea I am aware of that but I am at very low right now only 59... before this question I had 44, I referenced that possible duplicate post, which is older but with two urls I noted that source for answer.... I just flagged it as duplicate. – Almir Vuk Jun 28 '16 at 10:11