Could not load type Foo from assembly NHibernate
By Jason, 30.03.06 @ 5:00 am :: .NET
This error indicates that the class could not be found when NHibernate is initializing. The key here is “from assembly NHibernate” The reason I was getting this error is because I didn’t realize that you have to specify not only the name of the class (including the namespace prefix), but also the assembly [...]
Read the rest