0
votes

Could not load file or assembly 'NHibernate, Version=3.2.0.2002, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' or one of its dependencies. The system cannot find the file specified.

2
You'll need to provide far more information than that if you want a useful answer!LukeH
possible duplicate of Fluent NHibernate with NHibernate 3.0Sly

2 Answers

0
votes

This could be caused by a number of things, but the most probable cause is that your start up project does not reference the assembly 'NHibernate, Version=3.2.0.2002, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' although other assemblies you have referenced use the assembly.

Add the assembly to the start up project and you shall be fine.

And please try to ask questions in a better manner.

0
votes

It seems FHN has not a build for NH 3.2 yet, because it's in RC state right now. So you can use asm binding redirect for now.