Hi
I recently discovered SQLite and now I am trying to make it work with NHibernate. The problem is that, when I try to create the ISessionFactory, I get the following error:
The IDbCommand and IDbConnection implementation in the assembly SQLite.NET could not be found. Please ensure that the assembly SQLite.NET is in the Global Assembly Cache or in a location that NHibernate can use System.Type.GetType(string) to load the types from.
The thing is that the project I added NHibernate to was one that actually worked with the SQLite reference that it had (and still has). All I did was add NHibernate elements to it. What did I do wrong? (oh, and the non-NHibernate-but-SQLite-related part still works)
Thank you for your time :)