I have a WPF application running with VS2010 .Net3.5 using Nhibernate with FluentNHibernate + SQLite, and all works fine.
Now I want to change to use .Net4, but thi
I managed to resolve it by changing the target platform to x86 in project debug setting. I am using vs2010.