Possible Duplicate:
how to add a reference to the system.data.SQLite.dll to the windows phone 7
I’m new to windows phone 7. Please help me with my queries.
I want to use SQLite db in wp7 using visual studio express 2010 for wp7.
I downloaded System.Data.SQLite.dll from http://www.sqlite.org… I add it as a
reference, but it show a error that System.Data.SQLite.dll is not built using windows phone runtime.
Thank You..
Because, just as it states, it is not built for the Windows Phone runtime. The Windows Phone development stack is quite different compared to the full-blown .NET Framework.
So you have a couple of choices here:
Pretty sure there are more, but these are the most important ones.