Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Vincent Lui 11 posts 31 karma points
    Oct 16, 2012 @ 08:21
    Vincent Lui
    0

    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

  • Vincent Lui 11 posts 31 karma points
    Oct 17, 2012 @ 02:36
    Vincent Lui
    0

    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 -->

Please Sign in or register to post replies

Write your reply to:

Draft