Hi I'm trying to use the sqlite3.dll in a c# sharp project in visual studio 2003 but I'm having problems. I'm using this together with the .Net c# wrapper which can be obtained from http://www.phpguru.org/static/SQLite.NET.html
My first problem is that I cannot add the dll to my solution. Visual studio tells me that the dll are not a valid assembly. Also I'm not able to register the dll with regsvr32.exe, which tells me that it cannot find the entrypoint The class for the c# wrapper complains that it cannot find the dll, and I have even tried to download the dll for version 2.8.... Am I doing something completely wrong. The dll's are downloaded directly from the sqlite homepage. Thanks Niels