Joined: Wed Nov 22, 2006 4:28 am Posts: 1
|
Hi
I'm rather a beginner both in sqlite and nhibernate. I have a small project using them both and I get the following error:
The IDbCommand and IDbConnection implementation in the assembly SQLite.NET could not be found. Ensure that the assembly SQLite.NET is located in the application directory or in the Global Assembly Cache. If the assembly is in the GAC, use <qualifyAssembly/> element in the application configuration file to specify the full name of the assembly.
Can anyone please tell me what it is to be done?
Thanks :)
Edited: I forgot to mention the fact that I do have a reference to the SQLite dll and the parts without nhibernate actually work :(
|
|