Problems using FluentNHibernate + SQLite with .NET4?

前端 未结 7 882
离开以前
离开以前 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:02

    I tried every solution on this page and nothing worked. Then I uninstalled my 64bit version and used the x86 version from Nuget and everything worked.

    PM> Install-Package System.Data.SQLite.x86

提交回复
热议问题