Hi.
I try to use SQLite with C# and VS2008. I try to make a windows mobile application. In my solution have 2 projects. one a windows mobile application, the other a class library project. In the class library project i try to write a Data Access Layer....
I added the sqlite3.dll as reference, with using System.Data.SQLite; i write my code, but when i try to run in the emulator or in a WINMO PPC i got this error
System.MissingMethodException was unhandled
Message="Can't find PInvoke DLL 'SQLite.Interop.063.DLL'."
StackTrace:
at System.Data.SQLite.SQLite3.Open(String strFilename, SQLiteOpenFlagsEnum flags, Int32 maxPoolSize, Boolean usePool)
at System.Data.SQLite.SQLiteConnection.Open()
at Classes.DAL.MakeConnection()
at Classes.DAL..ctor()
at Classes.CLogin..ctor()
at TestApp.Form_Login..ctor()
at TestApp.Program.Main()
Please somebody help me..
thx
(i dont find the search box in this forum, maybe have others posts with this topic. if have im sorry for cuz, i open another one)