I am attempting to configure my NHibernate.Validator instance as described in this post
Configuring Fluent NHibernate and NHibernate Validator
However, I’m having some namespace ambiguity issues due to the way I’ve structured my project namespaces. As a result I need to fully qualify the DataBindingInterceptor class. For the life of me I can’t find the namespace for this class. I’ve googled, stackoverflowed, and even tried with the object explorer.
Any help would be appreciated. If someone has links to good FNH/NH documentation I’d be really grateful, even on the project sites I can’t really find good docs.
Thanks.
DataBindingInterceptor is not needed to configure NHV. This is just something that the user in that post is doing in addition to configuring NHV. You can also take a look at this post to configure NHV:
NHibernate Validator not integrating with Fluent NHibernate