Could not create the driver from NHibernate.Driver.SQLite20Driver, NHibernate, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4.
The cause is that the System.Data.SQLite.dll is compiled against .NET 2. To avoid this problem, you can add te following configuration in your app.config:
and the application runs fine.
0 comments:
Post a Comment