Deploy UWP App Project In VS2015

后端 未结 9 1820
你的背包
你的背包 2021-02-02 00:58

In visual studio 2015 I created an UWP (Universal Windows Platform) app, and try to debug and run it in Windows 10 Mobile 5\" emulator. But it shows me this error

9条回答
  •  孤街浪徒
    2021-02-02 01:29

    In my case I had a multi target solution incl. WinPhone and Andorid. The checkbox deploy in the solution configuration was set. How I fixed the problem:

    • Set the WinPhone Project as Startup project
    • and then select the appropriate deployment device in my case the emulator

提交回复
热议问题