windows phone deployment error DEP0001 : Unexpecte

2019-03-01 21:21发布

问题:

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; updating to 10.0.14393.576.

I may have had one or two successful deploys/debug launches from VS to the phone after that but then this error started and I am blocked.

DEP0001 : Unexpected Error: -2147009290  

This comes after the app has apparently successfully deployed and is trying to launch the app.

I tried several battery-pull reboots of the phone and rebooting the PC. The app is not installed on the phone (in the app list.) I went to the Store to install a few apps and uninstall a few to see if that un-jarred it. But nothing worked. Trying to avoid a hard reset if possible.

I found one instance of this error here: Error 80073cf6 while installing my app on windows phone 8.1 But that's pretty old and unresolved.

Any ideas?

回答1:

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.