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" />
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
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
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...)
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...)
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.
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
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.
And you are sure ASP.NET Ajax 1.0 is installed? http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displaylang=en
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
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.
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
I'm not sure which files you're downloading, the web.config I have just downloaded says:
Make sure you're downloading:
Umbraco 4.0.2.1
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...)
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...)
Thanks Sebastian - this is working now :)
is working on a reply...