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
source
share