Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ensure that target device has developer mode enabled. Could not obtain a developer license due to error

Tags:

I am following this tutorial and get the following error:

Severity Code Description Project File Line Suppression State Error DEP0100 : Please ensure that target device has developer mode enabled. Could not obtain a developer license due to error 800704C7. 

I am not sure how to do so in the Raspberry Pi 3 (which I have fed its public IP in front of Target Machine in the Debug tab of Properties in the solution explorer. I am debugging on the remote machine selecting ARM as the screenshot below shows. Any information is appreciated specially if you have experience with Windows 10 IoT core.

My laptop is running Windows 10 enterprise and I am using Visual Studio 2015 community edition. I am planning to run the Blinky example provided by MS IoT team remotely on the Raspberry Pi that already is running Windows 10 insider edition. enter image description here

like image 205
Mona Jalal Avatar asked Mar 31 '16 04:03

Mona Jalal


People also ask

How do I enable developer mode on my computer?

Click the Windows icon and the Settings icon, and select Update & Security. Select For developers and turn on the switch under Developer Mode (or select Developer Mode in certain system versions). In the displayed dialog box, select Yes.

What is Windows developer mode package?

The developer mode in Windows 10 allows the users to deploy apps from Visual Studio and debug them on the device. It is extremely useful for developers but it can be a bit more complex for many non-developers.

Is developer mode Safe Windows 10?

Is Developer Mode Safe in Windows 10? Yes! The mode is intended for developers who want to have access to different sets of tools to test Microsoft Store applications.


1 Answers

Solved the problem by going to the "For developers" settings dialog (you can search for it with this string in the "Start" button), and selecting the developer mode like the following screenshot.

enter image description here

like image 95
Mona Jalal Avatar answered Oct 21 '22 14:10

Mona Jalal