Deploying universal application results in “packag

2019-01-15 18:18发布

We recently upgraded to the new Visual Studio and subsequently Windows Phone 8.1 preview. However when trying to deploy to the device or Windows Phone emulators(any of them), we get this error(0x80073CF6).

Proof of error

My phone is already developer unlocked. We have been successful in deploying it and running the application once, but now for some undetermined reason, it has stopped allowing us to do this.

I am willing to provide any more information if I can.

9条回答
啃猪蹄的小仙女
2楼-- · 2019-01-15 19:17

It seems if you remove anything from assets folder this error occurs. In my case I had removed splash screen image from assets folder after commenting splash screen line in manifest everything is OK.

查看更多
走好不送
3楼-- · 2019-01-15 19:17

Check this answer as well. This solved my problem!

Deploy error: Package could not be registered

查看更多
爱情/是我丢掉的垃圾
4楼-- · 2019-01-15 19:23

You can remove the reference in the package.appxmanifest as well and the app will still deploy, as in:

It will work I got it.

查看更多
登录 后发表回答