Hi Niels,
The sqlite3.dll is not a .NET assembly or a COM component,
so you can't add it to your project or regsvr32 it. You add the
SQLite.NET wrapper as an assembly to your project. This
wrapper will then load sqlite3.dll for you.
I don't know this wrapper so I can't tell you where it will look
for sqlite3.dll. But normally it is in the same folder/directory
as where the wrapper is in.
Hopefully this gets you started.
Cheers,
Rob
----- Original Message -----
From: "Niels Boldt" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Wednesday, November 23, 2005 3:17 PM
Subject: [sqlite] sqllite3.dll
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