I have the following problem, hopefully somebody has a solution. Previously I had Windows 8.1 and Visual Studio 2013. I upgraded to Windows 10. I installed Visual Studio 2015 Enterprise. I created a new solution, with only 1 project for a blank Universal Windows app. I am using C#.
When tring to run my proyect by selecting any of the "Mobile Emulators 10...." I get the following error:
However, if I select "Simulator" it works. Also, If I open a solution for Windows Phone 8.1 and I run using "Emulator 8.1" it works.
Any help is welcome. Thank you.
In case somebody is interested, I found a solution that works for me here:
Basically the is what people should do:
Result: The emulator image is being built and the app deployment process cannot fail as VS is not running anymore.
As soon as the emulator is fully built and you can see Windows Mobile 10 in action, close the emulator and start the app deployment process through VS 2015 again. This time, the app deployment process will succeed.