UWP App Package created with Visual Studio 2015 Update 3 won't install on phone

前端 未结 2 1691
灰色年华
灰色年华 2021-01-26 20:49

Release mode appxbundle file created with Visual Studio 2015 Update 3 won\'t install on windows phone. This was working in Update 2. Installed field medic on phone and eventua

2条回答
  •  既然无缘
    2021-01-26 21:37

    DEP0001 : Unexpected Error: -2147009293

    I got this error when I was trying a new app on the Windows phone while there was another old development app from a previous project on the same phone and both apps did had the "Entry point" set to the default "FPCL.WIndows.App". Removing the other, old App from the phone or changing the Entry point to something unique may solve this problem.

提交回复
热议问题