Reputation: 353
Whenever I try to debug my UWP projects with the a one of the Windows 10 Phone emulators I get the following error after the emulator opens to the home screen: DEP6100; The following unexpected error occurred during bootstrapping stage 'Connecting to the device '90F4E8F4-EC5F-4B64-B2E8-6EDE6F813BD3'.': SEHException component has thrown an exception.
The app never starts. I have not entered any code. I simply create a UWP app and then try to debug it with the Windows 10 Phone emulator.
I have already uninstalled and reinstalled VS 2015. I even did a windows 10 repair.
Upvotes: 1
Views: 553
Reputation: 9863
I get this the first time I debug an application. The trick I found is to do the following (precisely)
NOTE: Don't close your emulator or you'll have to do this again. Just his stop in visual studio to stop debugging.
Upvotes: 1