SQLite3.dll link error for beginner

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
sevenace
Posts: 1
Joined: Thu 17 Apr 2008 14:17
Location: Montataire, France

SQLite3.dll link error for beginner

Post by sevenace » Thu 17 Apr 2008 14:44

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.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Fri 18 Apr 2008 11:40

What version and edition of OS do you have?

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Fri 18 Apr 2008 16:00

Try copying sqlite3.dll into %windows%system32 folder.
This should solve the problem.

Post Reply