Reputation: 38618
I've been using Nhibernate (with fluent nhibernate mapping) in a windows forms application and to do some validation and binding, I've been using NHibernate Validator too and when we try to validate some properties we take this error:
Could not load type 'NHibernate.Bytecode.ProxyFactoryFactoryNotConfiguredException' from assembly 'NHibernate, Version=3.2.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4'.
Can someone help us ?
We don't know what is happening and looking some solution in web we found the nhibernate validator has a bug and we need to fix it or wait the next release, is that true?
Or if someone could recommend another good component to validate/binding on windows forms application with nhibernate, we really appreciate it.
Thanks!
Upvotes: 1
Views: 395
Reputation: 17350
Looks like this is a known bug in the latest (1.3.1) version NHibernate Validator. You can
Upvotes: 1
Reputation: 1333
Check the NHibernate version you're using. The NHV you're using is for NH 3.2.
Upvotes: 0