Hi friends, i am new in compact framework. i know this is a asp.net forum site but i have to address my error here.
thats why i m posting my error message here.
i am using compact framework with C# and SQLite as my database.when I am trying to connect to database i have got error
message "missing method exception Can't find PInvoke DLL 'sqlite3.dll'."
i m using sqlite3 dll which one was downloaded from http://www.sqlite.org/index.html.
I have already download the sqlite3 dll from your site.
i have copy paste the same into my application folder and into my windows folder.
i am working on compact framework as i wanna develop mobile application.
i m using dot net compact framework with C# and SQlite as my database.
when i m using this dll to connect to database,
i got the error
"missing method exception Can't find PInvoke DLL 'sqlite3.dll'."
can you please help me..
i cant fix whats going wrong here,
i m totally stuck here..