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

旧城冷巷雨未停 提交于 2019-12-02 07:52:41

问题


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.



来源:https://stackoverflow.com/questions/41171445/windows-phone-deployment-error-dep0001-unexpected-error-2147009290

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!