cant use store test kit while Working with SQLite in Windows Phone 8

落爺英雄遲暮 提交于 2019-12-23 19:38:10

问题


I am using SQLite.WP80 version=3.7.16 in Windows phone 8 project.
Now when I tried to test with store test kit it says:

"the application package(XAP) is not up to date,recompile and try again. change the solution configuration to release and platform to any cpu and rebuild the app"

But as I am using sqllite i cannot change to any cpu.

Can anyone tell possible solution?


回答1:


You should target just one CPU during development (depending on what machine you will be testing/debugging on). When it's time to publish your app, you can select multiple packages, one for each CPU architecture. Visual Studio will then create several packages, which you can upload to the dev portal.



来源:https://stackoverflow.com/questions/15686311/cant-use-store-test-kit-while-working-with-sqlite-in-windows-phone-8

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