I am a bit new to Windows 8 Store Apps development.
We have development an application with MVVM architecture which uses SQLite 1.07 version to store data offline. Everything works fine in Windows 8 Simulator.
Now when we deploy app in Windows 8 Surface RT and try to save data in SQLite we are getting error saying
An attempt was made to load a program with an incorrect format. (Exception from HRESULT 0x8007000B)
Can anyone help me on this?