Copied to clipboard

Flag this post as spam?

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


  • Carlos 10 posts 80 karma points
    Jul 06, 2016 @ 22:51
    Carlos
    0

    Install webmatrix.webdata in Umbraco 7.4.3

    Hi everybody

    I install Umbraco 7.4.3, I need install webmatrix.webdata because i have a second database to use in site, but I have errors when install the libraries, Could somebody say me if the installation of webdata from webmatrix3 in Umbraco 7.4.3 is possible or if I have other package to manipulate databases from Umbraco 7.4.3?

    Thanks

  • John Bergman 483 posts 1132 karma points
    Jul 08, 2016 @ 23:26
    John Bergman
    0

    You also probably need to update the binding redirect. Check out the web.config in the root of your site

    <dependentAssembly>
       <assemblyIdentity name="WebMatrix.Data" publicKeyToken="31bf3856ad364e35" culture="neutral" />
       <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="2.0.0.0" />
    </dependentAssembly>    
    

    Notice the 0.0.0.0-3.0.0.0, I am guessing yours is 0.0.0.0-2.0.0.0

    Hope it helps, John

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

Please Sign in or register to post replies