Copied to clipboard

Flag this post as spam?

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


  • Keith Clegg 3 posts 53 karma points
    Jul 30, 2010 @ 13:15
    Keith Clegg
    0

    Problems migrating Umbraco3 (Framework 2.1) from W2K3 (IIS6) to W2K8 R2 64-bit (IIS7.5)

    Having attempted moving our site from W2K3 (IIS6) to W2K8 R2 64-bit (IIS7.5) we are getting the following error:

    "Could not load file or assembly 'System.Web' or one of its dependencies".

    Found following (in old arhived Umbraco forums), but we are still running the site in the new server in Framework 2 so assume this change is not required in our web.config:

     <!-- added by petr snobelt - fix for .net 3.5 -->
     <runtime>
      <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
       <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
       <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
       <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
       <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
      </dependentAssembly>
      </assemblyBinding>
     </runtime>

     

    Anybody have any ideas on why this might be occurring?

    I asume 64-bit is possible for Umbraco 3?

  • Keith Clegg 3 posts 53 karma points
    Jul 30, 2010 @ 13:41
    Keith Clegg
    100

    Feel a bit silly now for having posted this.

    Along with copying the whole site from the 32-bit W2K3 server I copied along the whole bin folder (and this contained the 32-bit version of System.Web.dll). Having put the 64-bit version of System.Web.dll into the bin folder its working.

    Still some testing to do, but seem I answered my own quesion: Umbraco 3 can indeed run without problems in 64-bit OS.

Please Sign in or register to post replies

Write your reply to:

Draft