----- Original Message -----
From: "Dhivya" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Thursday, April 20, 2006 6:44 AM
Subject: [sqlite] Could not add Sqlite.dll to my project...Plz Help.
Hi Everyone,
I am a new user to SQLite.
I could not add sqlite.dll to my project. When i try to add the reference,
it raises this error:
"A reference to "c:\Downloads\SQLite\SQLite.Net1.0.0\sqlite.cll" could
not be added. This is not a valid assembly or COM component. Only
assemblies with extension 'dll' and COM components can be referenced.
Please make sure that the file is accessible, and that it is a valid
assembly or COM component. "
Plz help me to solve this problem.
This looks vaguely like a .NET project you're doing? Where did you get the
provider from? The obvious answer here is the reference you are trying to
add has a ".CLL" extension (which I've never seen before) instead of a
".DLL" extension.
The error message is pretty self-explanatory.