J
Jurjen de Groot
hello,
I've developped an application using .NET 3.5.
I have asked my hosting provider to install the .NET 3.5 Framework
redistributable, and they say they did, but I keep running into problems
when starting a 3.5 web-application. The .NET version number at the bottom
of the error screen (2.0.50727.832; ASP.NET Version:2.0.50727.832) also
indicates that it's not using 3.5 assemblies (System.web.dll version for 3.5
is 2.0.50727.1433)
Should I be doing anything else in the setup of my website ? They have
already created a seperate application pool for just this web-application
but I keep getting all sorts of errors.
I have googled this but didn't find a solution for this problem.
I hope someone can help me out...
TIA,
Jurjen.
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 25: <compilation debug="true">
Line 26: <assemblies>
Line 27: <add assembly="System.Core, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=B77A5C561934E089"/>
Line 28: <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 29: <add assembly="System.Web.Extensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Source File: D:\Sites\www.webrs.nl\web.config Line: 27
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].
I've developped an application using .NET 3.5.
I have asked my hosting provider to install the .NET 3.5 Framework
redistributable, and they say they did, but I keep running into problems
when starting a 3.5 web-application. The .NET version number at the bottom
of the error screen (2.0.50727.832; ASP.NET Version:2.0.50727.832) also
indicates that it's not using 3.5 assemblies (System.web.dll version for 3.5
is 2.0.50727.1433)
Should I be doing anything else in the setup of my website ? They have
already created a seperate application pool for just this web-application
but I keep getting all sorts of errors.
I have googled this but didn't find a solution for this problem.
I hope someone can help me out...
TIA,
Jurjen.
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 25: <compilation debug="true">
Line 26: <assemblies>
Line 27: <add assembly="System.Core, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=B77A5C561934E089"/>
Line 28: <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 29: <add assembly="System.Web.Extensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Source File: D:\Sites\www.webrs.nl\web.config Line: 27
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].