Problems using FluentNHibernate + SQLite with .NET4?

前端 未结 7 860
离开以前
离开以前 2020-12-14 22:17

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

7条回答
  •  感情败类
    2020-12-14 23:11

    I managed to resolve it by changing the target platform to x86 in project debug setting. I am using vs2010.

提交回复
热议问题