Posts tagged with sqlite

  • How to use SQLite with Mono and Fluent NHibernate

    Jun 6, 2011

    So I have setup my project playing nice in Windows .NET 4.0 with SQLite and Fluent NHibernate. I opened it up from my Mac to see if it would still work and, big surprise, it didn’t. It complained about System.Data.SQLite.dll not found, even though the dll was there.