Problems using FluentNHibernate + SQLite with .NET4?

前端 未结 7 869
离开以前
离开以前 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 22:59

    I had a similar problem with NH, VS2010, .Net4, but with the Oracle ODP.Net drivers and 32bit.

    The solution was to declare a "qualified assembly" in the web.config file with an explicit version number. See my summary.

    Maybe this solution applies to your problem as well.

提交回复
热议问题