Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I just downloaded the latest nightly build of Umbraco Courier running Umbraco 4.9. My site already uses the latest version of NHibernate and FluentNHibernate and this is conflicting with Umbraco Courier.
Is there a fix to this problem ?
Thanks,
Vincent
Solved my own problem.
In web.config
<!-- Start: NHibernate clash with Courier's NHibernate Libraries -->
<qualifyAssembly partialName="NHibernate.ByteCode.Castle" fullName="NHibernate.ByteCode.Castle,version=3.1.0.4000,culture=neutral,publicKeyToken=aa95f207798dfdb4"/>
<dependentAssembly>
<assemblyIdentity name="Iesi.Collections" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
<codeBase version="1.0.1.0" href="bin\Legacy\Iesi.Collections.dll" />
<codeBase version="2.1.2.4000" href="bin\Legacy\Iesi.Collections.dll" />
<codeBase version="3.1.0.4000" href="bin\Legacy\Iesi.Collections.dll" />
<codeBase version="3.2.0.4000" href="bin\Iesi.Collections.dll" />
</dependentAssembly>
<assemblyIdentity name="Castle.Core" publicKeyToken="407dd0808d44fbdc" culture="neutral" />
<codeBase version="1.1.0.0" href="bin\Legacy\Castle.Core.dll" />
<codeBase version="2.5.1.0" href="bin\Legacy\Castle.Core.dll"/>
<codeBase version="2.5.2.0" href="bin\Legacy\Castle.Core.dll"/>
<assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
<codeBase version="2.1.2.4000" href="bin\Legacy\NHibernate.dll" />
<codeBase version="3.1.0.4000" href="bin\Legacy\NHibernate.dll" />
<codeBase version="3.3.1.4000" href="bin\NHibernate.dll" />
<assemblyIdentity name="FluentNHibernate" publicKeyToken="8aa435e3cb308880" culture="neutral" />
<codeBase version="1.1.0.685" href="bin\Legacy\FluentNHibernate.dll" />
<codeBase version="1.2.0.712" href="bin\Legacy\FluentNHibernate.dll" />
<codeBase version="1.3.0.733" href="bin\FluentNHibernate.dll" />
<assemblyIdentity name="NHibernate.ByteCode.Castle" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
<codeBase version="2.1.2.4000" href="bin\Legacy\NHibernate.ByteCode.Castle.dll" />
<codeBase version="3.1.0.4000" href="bin\Legacy\NHibernate.ByteCode.Castle.dll" />
<assemblyIdentity name="log4net" publicKeyToken="1b44e1d426115821" culture="neutral" />
<codeBase version="1.2.10.0" href="bin\Legacy\log4net.dll" />
<codeBase version="1.2.11.0" href="bin\log4net.dll" />
<!-- End: NHibernate clash with Courier's NHibernate Libraries -->
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Old nHibernate / FluentNHibernate
I just downloaded the latest nightly build of Umbraco Courier running Umbraco 4.9. My site already uses the latest version of NHibernate and FluentNHibernate and this is conflicting with Umbraco Courier.
Is there a fix to this problem ?
Thanks,
Vincent
Solved my own problem.
In web.config
<!-- Start: NHibernate clash with Courier's NHibernate Libraries -->
<qualifyAssembly partialName="NHibernate.ByteCode.Castle" fullName="NHibernate.ByteCode.Castle,version=3.1.0.4000,culture=neutral,publicKeyToken=aa95f207798dfdb4"/>
<dependentAssembly>
<assemblyIdentity name="Iesi.Collections" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
<codeBase version="1.0.1.0" href="bin\Legacy\Iesi.Collections.dll" />
<codeBase version="2.1.2.4000" href="bin\Legacy\Iesi.Collections.dll" />
<codeBase version="3.1.0.4000" href="bin\Legacy\Iesi.Collections.dll" />
<codeBase version="3.2.0.4000" href="bin\Iesi.Collections.dll" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Castle.Core" publicKeyToken="407dd0808d44fbdc" culture="neutral" />
<codeBase version="1.1.0.0" href="bin\Legacy\Castle.Core.dll" />
<codeBase version="2.5.1.0" href="bin\Legacy\Castle.Core.dll"/>
<codeBase version="2.5.2.0" href="bin\Legacy\Castle.Core.dll"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
<codeBase version="2.1.2.4000" href="bin\Legacy\NHibernate.dll" />
<codeBase version="3.1.0.4000" href="bin\Legacy\NHibernate.dll" />
<codeBase version="3.3.1.4000" href="bin\NHibernate.dll" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="FluentNHibernate" publicKeyToken="8aa435e3cb308880" culture="neutral" />
<codeBase version="1.1.0.685" href="bin\Legacy\FluentNHibernate.dll" />
<codeBase version="1.2.0.712" href="bin\Legacy\FluentNHibernate.dll" />
<codeBase version="1.3.0.733" href="bin\FluentNHibernate.dll" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NHibernate.ByteCode.Castle" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
<codeBase version="2.1.2.4000" href="bin\Legacy\NHibernate.ByteCode.Castle.dll" />
<codeBase version="3.1.0.4000" href="bin\Legacy\NHibernate.ByteCode.Castle.dll" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="log4net" publicKeyToken="1b44e1d426115821" culture="neutral" />
<codeBase version="1.2.10.0" href="bin\Legacy\log4net.dll" />
<codeBase version="1.2.11.0" href="bin\log4net.dll" />
</dependentAssembly>
<!-- End: NHibernate clash with Courier's NHibernate Libraries -->
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.