Aricie
The DNN Expert for your web project
DNN Community Forums

SD LLB dlls overwritten

Sort:
You are not authorized to post a reply.
Author
Messages


Neil Burnett











New Member



Posts:




New Member



    Just trial-ing Friendlier and have discovered that my SD dlls (v3.1) get overwritten by yours. I assume I can simply put mine back and your code will also work?

    UPDATE: No. I see that your v2.6 is required and I get an exception:

    Error: Friendlier Url Povider is currently unavailable.DotNetNuke.Services.Exceptions.ModuleLoadException: The type initializer for 'Aricie.DNN.Services.Url.FriendlyUrl.Data.DataProvider' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Aricie.DNN.Services.Url.FriendlyUrl.Data.DataProvider' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=2.6.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at Aricie.DNN.Services.Url.FriendlyUrl.Data.DataProvider..cctor() --- End of inner exception stack trace --- at Aricie.DNN.Services.Url.FriendlyUrl.Data.DataProvider.Instance() at Aricie.DNN.Services.Url.FriendlyUrl.FriendlierUrlProviderSettings.cmdClearUrlStore_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---

    SECOND UPDATE: Temporarily fixed by adding this to the web.config:

    <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
    <assemblyIdentity name="SD.LLBLGen.Pro.ORMSupportClasses.NET20" />
    <bindingRedirect oldVersion="2.6.0.0" newVersion="3.1.0.0" />
    </dependentAssembly>



    Jesse











    New Member



    Posts:




    New Member



      Hi,

      good to know that you found the workaround. We'll make sure there's no version specific dependency on next release, and we'll plan a general upgrade to the LLBLGen libraries version.

      Regards,

      You are not authorized to post a reply.