Hello!
I've downloaded 1.0.66.0 version, added reference to the System.Data.SQLite in my CF3.5 application and when i try to run this:
var connection = new System.Data.SQLite.SQLiteConnection("Data Source=db.db3;Version=3;");
connection.Open();
i get error "Can't find PInvoke DLL 'SQLite.Interop.066.DLL'.". I've searched a lot on this error, but no solution was founded :(
Then i tried with versions 1.0.60 and 1.0.65. And got error
File or assembly name 'System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=1FDB50B1B62B4C84', or one of its dependencies, was not found.
Does anybody know how to resolve any of these bugs, or, maybe, tell me where i can findworking library...
Thanks in advance!