Is there a FluentNHibernate release that is compiled against NHibernate 3.2?
If not, will using assmeblyBinding from 3.1 to 3.2 work?
Thanks
|
Is there a FluentNHibernate release that is compiled against NHibernate 3.2? Thanks |
|||
|
|
|
If you are using NuGet and install the latest FNH package it is compatible with NH 3.2 http://nuget.org/List/Packages/FluentNHibernate/1.3.0.717 You'll need to install it via the command line in NuGet but this is what I've done and it works fine. |
|||
|
|
|
I am not aware of any new release. FNH 1.2 won't work with NH3.2 out of the box. you need to setup the binding in your app.config like this:
FYI: i am using this setup |
|||||||||
|