Op woensdag 23 november 2005 15:17, schreef Niels Boldt:
> 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

You cannot regsvr that DLL, because it is not a COM-object
It also is not an assembly, it is a plain old model Windwos-dll

You have to use a wrapper around the DLL to use it in dotnet.
Somewhere you can find a SQLite.NET...zip

Maybe look on the sqlite website, third party components, forgot where exact

>
> 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

-- 
Met vriendelijke groet
Bert Verhees
ROSA Software

Reply via email to