Reputation: 1383
I did fresh W10 and VS 2015 install and now when i try running newly created hello world type of app on emulator it doesn't load, all it says is:
after 5-10 minutes it exits and Visual studio returns DEP6100 (error on bootstrapping stage - connecting to device) and DEP6200 (Device not found) errors.
However VM itself starts, boots up and works in Hyper-V
Things i tried:
Upvotes: 12
Views: 11787
Reputation: 163
The following comment, from a reply on the Xamarin forums works:
make sure the compatibility setting is checked under processor for all the emulators you use
Upvotes: -1
Reputation: 66607
A bit late, and stupid, but my problem was that there wasn't enough disk space on my machine!
Upvotes: 0
Reputation: 10362
I had the same problem with the Windows 10 Mobile emulators which suddenly stopped working after disabling and re-enabling the Hyper V features of Windows 10 once.
What fixed it for me was this:
There should be an adapter named vEthernet (Internal Ethernet Port Windows Phone Emulator Internal Switch). (Actually I had 2 of those, one showing a red cross saying "Network cable unplugged" and one saying "Unidentified network" - I chose the latter for the following steps).
Visual Studio 2015 was open the whole time while doing this. After these steps I pressed F5, waited some time (1-2 minutes) for the OS to boot and the app started.
(This solution is similar to the one proposed over in the MS forums.)
Note: the solution provided by DomDev did not work for me. I did not try the one by Edgar.A
Upvotes: 2
Reputation: 21
This fixed it for Visual Studio on Windows 10. Allow the following app through your firewall. If you don't have a firewall installed then you are using the built in Windows version:
"C:\Program Files (x86)\Microsoft XDE\10.0.10586.0\XDE.exe"
Note that the actual path may change depending which emulator you have installed.
Upvotes: 2
Reputation: 550
I tried what you did and it didn't work. So I did the following:
Upvotes: 11
Reputation: 1383
So, after around 2 days of non-stop googling i found a solution from other stackoverflow question where someone had similar problem but with Android emulator Visual studio (2015) emulator for android not working - XDE.exe - Exit Code 3
What I did was:
Upvotes: 9