[Mono-list] Mono.Data.SqliteClient and ASP.NET (XSP2) on Windows XP, where to put sqlite3.dll?

Agro Rachmatullah agro1986 at gmail.com
Thu Feb 21 08:56:48 EST 2008


Hello,

I'm using Mono 1.2.5.2 on Windows XP SP2.

When trying the sqlite sample program at the end of
http://www.mono-project.com/SQLite , what I need to do is just to
download sqlite3.dll and put it on the same folder as the executable.

However my final goal is to use SQLite on ASP.NET (xsp2). If it can
work, I'm planning to use it for a web information system of a small
clinic, in which client wants an open source solution. However, I've
tried putting sqlite3.dll on various places (the same as the aspx
file, the "Bin" ASP.NET folder, various likely subfolders inside
Mono's folder) but still the program can't find it. Here's the error
message:

Error Message: HTTP 500. System.DllNotFoundException: sqlite3

Where should I put sqlite dll, or probably what should I put on my
web.config to make it work?

Thanks a lot.


More information about the Mono-list mailing list