Recently I downloaded win8 phone sdk and started create my test application. In the main project i have a System.Data.SQLite based classes and want to implement it in my windows phone app.
But System.Data.Sqlite package refuse to install with NuGet and says "Incompartible c# version" or something.
I have tried sqlite-wp80-winrt-3071500.vsix from http://www.sqlite.org/download.html, it installs ok but i even doesn't know how to refer the sqlite library? There is no such as ADO.Net adapter I suppose and I can't find exact library to refer in code.
In my test WP7 application I had implemented System.Data.Sqlite and it was working ok but what should I do with windows phone 8?
Please help me. May be it is a dumb question but I am stuck on it.