windows phone deployment error DEP0001 : Unexpected Error: -2147009290 ‭

前端 未结 1 1192
慢半拍i
慢半拍i 2021-01-25 15:25

Working on a Windows Phone 10 app and ran it from Visual Studio on my ARM (Lumia 950) device several times. Then an OS update came in for my 950 and it soon did a forced reboot;

相关标签:
1条回答
  • 2021-01-25 15:39

    Figured it out. I had deleted a splash screen image but left a reference to it in the package.manifest so it was looking for when launching on the phone. When I added back the splash screen it deployed and ran successfully.

    0 讨论(0)
提交回复
热议问题