Try redirecting to oldVersion="0.0.0.0-2.0.3.0" of Fluent NHibernate.
среда, 17 февраля 2016 г., 14:45:03 UTC+3 пользователь Nathaniel Angeles написал: > > The error message i get is: > > "Could not load file or assembly 'FluentNHibernate, version=2.0.3.0, > Culture=neutral, PublicKeyToken=8aa435e3cb308880' or one of its > dependencies. The located assembly's manifest definition does not match the > assembly reference. (Exception from HRESULT: 0x80131040)" > > I got this code in my app.config: > > <runtime> > <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> > <dependentAssembly> > <assemblyIdentity name="Iesi.Collections" > publicKeyToken="aa95f207798dfdb4" culture="neutral" /> > <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" > newVersion="4.0.0.4000" /> > </dependentAssembly> > <dependentAssembly> > <assemblyIdentity name="NHibernate" > publicKeyToken="aa95f207798dfdb4" culture="neutral" /> > <bindingRedirect oldVersion="0.0.0.0-4.0.0.4000" > newVersion="4.0.0.4000" /> > </dependentAssembly> > <dependentAssembly> > <assemblyIdentity name="FluentNHibernate" > publicKeyToken="8aa435e3cb308880" culture="neutral" /> > <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="2.0.3.0" > /> > </dependentAssembly> > </assemblyBinding> > </runtime> > > any ideas how to fix this? > -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To unsubscribe from this group and stop receiving emails from it, send an email to fluent-nhibernate+unsubscr...@googlegroups.com. To post to this group, send email to fluent-nhibernate@googlegroups.com. Visit this group at https://groups.google.com/group/fluent-nhibernate. For more options, visit https://groups.google.com/d/optout.