Reputation: 15313
Is there a version that works with Nhibernate 3.1? Currently I have a version that is looking for 2.1.2.4000. Is there something I can change to be able to use the old Nhibernate Validator with the new version of Nhibernate?
Upvotes: 0
Views: 337
Reputation: 99750
NHibernate.Validator has already been updated to NHibernate 3.1 in trunk. And the release notes also have been recently updated, so a release seems to be imminent. See the commit log.
I recommend using trunk until 1.3 is released. Also ping Dario Quintana (the maintainer), ask him if he needs any help with the release.
Upvotes: 1
Reputation: 3659
See if assembly binding redirection can help you here. If new version NHibernate contains no breaking changes regarding to NHibernate Validator, this should work.
Upvotes: 1