Deploy UWP App Project In VS2015

后端 未结 9 1822
你的背包
你的背包 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:15

    For me, the problem was that I was running an SQL File from the from the Projekt separately. After closing the file it worked again. The file was in Packages folder in:

    C:\Users\User\AppData\Local\Packages\YourApppackegesName
    

    Deleting the directory "YourApppackegesName " may also work if closing the File doesn't work.

提交回复
热议问题