Problem Upgrading NHibernate SQLite Application to .Net 4.0

Posted by Xavin on Stack Overflow See other posts from Stack Overflow or by Xavin
Published on 2010-04-13T05:19:58Z Indexed on 2010/04/13 5:22 UTC
Read the original article Hit count: 402

I have a WPF Application using Fluent NHibernate 1.0 RTM and System.Data.SQLite 1.0.65 that works fine in .Net 3.5. When I try to upgrade it to .Net 4.0 everything compiles but I get a runtime error where the innermost exception is this:

`The IDbCommand and IDbConnection implementation in the assembly System.Data.SQLite could not be found.`

The only change made to the project was switching the Target Framework to 4.0.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about nhibernate