Cant Use Store Test Kit While Working With Sqlite In Windows Phone 8
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 a
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.
Post a Comment for "Cant Use Store Test Kit While Working With Sqlite In Windows Phone 8"