Using Fluent NHibernate with NHibernate 3.3

I just saw that NHibernate 3.3 came out and I tried to implement it in a new project.

As in version 3.2, I ran into problems using Fluent NHibernate, I added the version of Fluent NHibernate version 1.3 and received the following error message.

Could not load file or assembly 'NHibernate, Version=3.2.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' or one of its dependencies. The located assembly manifest definition does not match the assembly reference. 

Can I run freely with the latest version of NHibernate? I know that earlier creating a FluentNHibernate source against NHibernate might work. Is this recommended or has something changed significant enough in 3.3 to make problems likely?

I checked the Fluent NHibernate website and I do not see much recent activity. Does anyone know if James plans to continue supporting Fluent, I know he had some doubts.

http://lostechies.com/jamesgregory/2011/04/13/me-on-nhibernate-3-2/

In fact, support for hope continues, since NHibernate's code display just doesn't seem intuitive, and there is still not much information on it.

Greetings

Steve

+3
source share
3 answers

Just get the latest sources and compile it with the latest NHibernate. As long as NHibernate does not change anything in the XML configuration schema, this will always work. I already use this without a problem.

+5
source

You have two options.

+2
source

...

FNH Google 27 2012 :

,

, . , .

NHibernate ; . , , ; . , , .

, . , (james @jagregory.com); , , (, ).

- ; 1.3/4 2.0 ; - .

: , . , , ThoughtWorks ( ). , . ; , , , .. , , , , - . FNH, () .

, , . , , .

Cheers, James

PS Messages from the mailing list - sorry. Google Groups apparently decided to stop notifying me of new posts. All issued have been approved.

I offered to help with some of the administrator's work, but after several exchanges of email with him I did not hear anything else.

+2
source

All Articles