Reputation: 810
I am trying to upload app into Windows Appstore and stuck at the following errors. I am using Sqlite and SQliteWinRTPhone in my app. What could be the problem. How to resolve this? Please check the pic of Configuration Manager also.
1028: The native API api-ms-win-core-interlocked-l1-2-0.dll:InterlockedIncrement() isn’t allowed in assembly SQLiteWinRTPhone.dll. Update it and then try again.
1028: The native API api-ms-win-core-interlocked-l1-2-0.dll:InterlockedCompareExchange() isn’t allowed in assembly sqlite3.dll. Update it and then try again.
1028: The native API api-ms-win-core-interlocked-l1-2-0.dll:InterlockedCompareExchange() isn’t allowed in assembly SQLiteWinRTPhone.dll. Update it and then try again.
Upvotes: 0
Views: 1268
Reputation: 810
Converted the configuration into ARM configuration and the problem is fixed. Now the xap file is uploading into the appstore without errors. Also Sqlite and SQliteWinRTPhone are included in this xap file. My problem solved.
Upvotes: 1