2012/3/12 Catalin <[email protected]>: > Hi, > > I am trying to switch from NH 3.1GA to NH 3.3CR1, once I have substituted > NHibernate.dll file with the new version, I am receiving the following > error: > > Could not load file or assembly 'NHibernate, Version=3.1.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). > > The environment I am working in is ASP.net 4.0, with some other libraries > build on the top of NHibernate: NHibernate Burrows, FluentNHibernate, > NHibernate Search, NHibernate Validator. > > Should I recompile these libraries as well, with the NHibernate 3.3.0CR1 ?
In principle yes, unless those projects themselves make builds available. That is the unfortunate side effect. The bindingRedirect should work though, except when actual incompatibilities occur. /Oskar -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
