R – Fluent Nhibernate and Nhibernate 2.1.0.1003

fluent-nhibernatenhibernate

Im experiencing some frustration trying to upgrade the nhibernate libraries that Fluent NHibernate uses.

Im also using Nhibernate.Linq and am wanting to use NHibernate.Validator, specifically the ValidationDef class.

Now Nhibernate.Validator is up to using Nhibernate 2.1.0.1003, and when i try to build FluentNhibernate against this verion it get some test errors.

It has to do with SessionFactory configuration and the newish Nhibernate.ByteCode.Castle library.

Could anyone help me out here?

Best Answer

I don't think FNH "officially" supports NHibernate 2.1 and probably won't until after it is actually released. However, it's my understanding that it is possible to get it to work. See if this thread on the FNH groups is helpful.

Related Topic