Page 1 of 1

SQLite3.dll link error for beginner

Posted: Thu 17 Apr 2008 14:44
by sevenace
Dear Core Lab Team,

I'm french so excuse me for my english.
I'm a beginner with SQLite in general, and I decided to use your standard package. I installed it in full option, and launched your Samples Projects in C#.

The problem is when I open a database file, an exception occurs and says me: Impossible de charger la DLL 'SQLite3.DLL': Le module spécifié est introuvable. (Exception de HRESULT : 0x8007007E)

I saw that tha application must have access to sqlite3.dll, but I don't know how to do this. I tryed to import sqlite3.dll but VS 2005 said: SQLite3.dll n'a pas pu etre ajouté. Assurez vous qu'il s'agit d'un assembly valide ou d'un composant COM.

Help me to fix this problem please.

Posted: Fri 18 Apr 2008 11:40
by Alexey.mdr
What version and edition of OS do you have?

Posted: Fri 18 Apr 2008 16:00
by Alexey.mdr
Try copying sqlite3.dll into %windows%system32 folder.
This should solve the problem.