Hi
I am busy coding against the latest version of NHibernate.dll (2.0.0.1002).
I have just checked out the Linq for NHibernate project and compiled. I simply moved the NHibernate.Linq.dll to the folder where I have NHibernate.dll and referenced NHibernate.Linq.dll in my project. At runtime I get the following error:
System.IO.FileLoadException was unhandled
Message="Could not load file or assembly 'NHibernate, Version=2.0.0.1001, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"
I assume this is caused by the fact that the assemblies have strong names and I am trying to use a later version.
Should I simply recompile Linq for NHibernate against the later version of NHibernate.dll?
Am I missing something?
Thanks
Craig
|