Copied to clipboard

Flag this post as spam?

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


  • Paul Bennett 9 posts 41 karma points
    Jul 31, 2009 @ 13:13
    Paul Bennett
    0

    Ajax 3.5 error on installing umbraco 4 on production server

    Hi

    We have a site running perfectly on a development server - when we post the files to the server we get the below error

    As I understand it we don't need Ajax v3.5 - only 1.0?

    We have umbraco sites running satisfactorily on the production server in umbraco 2 and umbraco 3

    Can anyone help?

    Cheers

     

    Server Error in '/' Application.

    Configuration Error

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.

    Source Error:

    Line 101:      <assemblies>
    Line 102:        <!-- ASPNETAJAX -->
    Line 103:        <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
    Line 104:        <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
    Line 105:        <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />


    Source File: E:\MWEB\wwwroot\AccessSites\www.theaccessgroup.com\web.config    Line: 103

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' could not be loaded.

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    



    Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

     

     

  • Sebastiaan Janssen 5058 posts 15520 karma points MVP admin hq
    Jul 31, 2009 @ 13:19
    Sebastiaan Janssen
    0

    Looks like you've used the ASP.NET 3.5 config. This should not be a problem unless 3.5 is not installed on the server. 

    If you need the 2.0 version, try to get a clean web.config from codeplex and run the install again, it shouldn't hurt.

  • Roel Snetselaar 151 posts 305 karma points
    Jul 31, 2009 @ 13:21
  • Paul Bennett 9 posts 41 karma points
    Jul 31, 2009 @ 14:07
    Paul Bennett
    0

    Thanks Sebastian - I have looked on the CodePlex site but can't find see where to download a 2.0 version - can you direct me to where I should be looking?

    Roel - I have just checked,  we do have Ajax 1.0 installed

     

     

  • Sebastiaan Janssen 5058 posts 15520 karma points MVP admin hq
    Jul 31, 2009 @ 14:27
    Sebastiaan Janssen
    101

    You could just download the complete latest version and use that web.config. 

    By the way, make a back-up of your current web.config, if you added extra keys in it then they should be re-added of course.

     

  • Paul Bennett 9 posts 41 karma points
    Jul 31, 2009 @ 14:51
    Paul Bennett
    0

    I have downloaded the latest version and it seems to be the same - is it shipped with Ajax 3.5 as standard now?

    Where it says Version=3.5.0.0 in the file and in the error, is it referring to .net framework 3.5 or to Ajax version3.5?

    We don't have .net 3.5 running and we don't currently have the option to upgrade

     

     

  • Sebastiaan Janssen 5058 posts 15520 karma points MVP admin hq
    Jul 31, 2009 @ 14:54
    Sebastiaan Janssen
    1

    I'm not sure which files you're downloading, the web.config I have just downloaded says: 

     

        <!-- ASPNETAJAX -->
        <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
          <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
            <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication" />
            <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
              <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="Everywhere" />
              <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication" />
              <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication" />
            </sectionGroup>
          </sectionGroup>
        </sectionGroup>

    Make sure you're downloading:

    Umbraco 4.0.2.1

    application, 4986K, uploaded Jun 3  - 9036 downloads

  • Paul Bennett 9 posts 41 karma points
    Jul 31, 2009 @ 15:12
    Paul Bennett
    0

    Hi Sebastian

    That does look different to mine (below)

    I have downloaded the version in your link - when I put this on the server it wan't to go through Umbraco Configuration Wizard - is this correct? (excuse my lack of knowledge here...)

     

        <!-- ASPNETAJAX -->
    <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
    <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
    <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
    <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
    <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />
    <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
    <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
    <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
    </sectionGroup>
    </sectionGroup>
    </sectionGroup>

     

     

  • Paul Bennett 9 posts 41 karma points
    Jul 31, 2009 @ 15:13
    Paul Bennett
    0

    Hi Sebastian

    That does look different to mine (below)

    I have downloaded the version in your link - when I put this on the server it wan't to go through Umbraco Configuration Wizard - is this correct? (excuse my lack of knowledge here...)

     

        <!-- ASPNETAJAX -->
    <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
    <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
    <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
    <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
    <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />
    <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
    <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
    <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
    </sectionGroup>
    </sectionGroup>
    </sectionGroup>

     

     

  • Paul Bennett 9 posts 41 karma points
    Jul 31, 2009 @ 17:10
    Paul Bennett
    1

    Thanks Sebastian - this is working now :)

Please Sign in or register to post replies

Write your reply to:

Draft