0
votes

I have problem on NHibenate assembly load problem.

error details :- "Could not load file or assembly 'NHibernate, Version=3.0.0.4000, 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)"

1
Most likely an assembly version mismatch. Check all your dependencies.Mauricio Scheffer
I Checked with assembly version all have same versionPrashant Sawant
If you use fluentnhibernate or the old nhibernate.linq provider, or other projects from nhibernate contrib, make sure they are compiled against your current nhibernate assembly - which i'm guessing is 3.1Iulian Margarintescu

1 Answers

1
votes

Did you also reference

  • Iesi.Collections
  • Castle.DynamicProxy2
  • Antlr3.Runtime