tags:

views:

410

answers:

1

Do I need to create my own build of nHibernate and tools if i want to use the following frameworks in 1 project.

nHibernate

nHibernate Validators

Fluent NHibernate

xVal NHibernate Provider

nHibernate Linq

I am getting "Could not load file or assembly 'NHibernate," errors which I believe is because each framework is built against a different version of nHibernate?

+1  A: 

Downloaded 2.0 versions of everything solved this.

Silly me!

bleevo