【问题标题】:NHibernate, NHibernate.Linq, and FluentNHibernate? Throwing errorNHibernate、NHibernate.Linq 和 FluentNHibernate?投掷错误
【发布时间】:2011-04-13 14:34:50
【问题描述】:

我在上一个问题中遇到以下错误:

Fluent NHibernate? Am I doing this correctly?

但是,现在,当我调用该函数时:

LoginRepository login = new LoginRepository();
var allLogins = login.GetAllLogins().ToList();

它会抛出一个错误:

Could not load file or assembly 'NHibernate, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

问题的根源是 NHibernate.Linq。 FusionLog如下:

=== Pre-bind state information ===
LOG: User = Sean
LOG: DisplayName = NHibernate, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4 (Fully-specified)
LOG: Appbase = file:///C:/Development/DefaultCollection/Sandboxes/Sean/NHibernateExample/NHibernateExample/
LOG: Initial PrivatePath = C:\Development\DefaultCollection\Sandboxes\Sean\NHibernateExample\NHibernateExample\bin
Calling assembly : NHibernate.Linq, Version=1.1.0.1001, Culture=neutral, PublicKeyToken=null.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Development\DefaultCollection\Sandboxes\Sean\NHibernateExample\NHibernateExample\web.config
LOG: Using host configuration file: 
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Post-policy reference: NHibernate, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/d33a79ac/1e32c532/NHibernate.DLL.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/d33a79ac/1e32c532/NHibernate/NHibernate.DLL.
LOG: Attempting download of new URL file:///C:/Development/DefaultCollection/Sandboxes/Sean/NHibernateExample/NHibernateExample/bin/NHibernate.DLL.
WRN: Comparing the assembly name resulted in the mismatch: Major Version
ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing terminated.

我使用 NuGet 获取最新版本的 NHibernate、NHibernate.Linq 和 FluentNHibernate。

谁能指引我正确的方向?

再次感谢!

【问题讨论】:

    标签: linq nhibernate fluent-nhibernate


    【解决方案1】:

    你应该运行兼容的包,你的 NHibernate 版本是 2.1.2.4,不是最新的。

    首先添加对 NHibernate 3.0 的引用,并且 NHibernate.Linq 已过时 AFAIK,因为它属于版本 2,而在版本 3.0 中,Linq 功能在 NHibernate 程序集本身中

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-11-28
    • 2018-12-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-07-28
    相关资源
    最近更新 更多