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 'App_global.asax' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Source Error:
[No relevant source lines]
Source File: web.config Line: 76
Assembly Load Trace: The following information can be helpful to determine why the assembly 'App_global.asax' 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.3603; ASP.NET Version:2.0.50727.4049
I don't understand why the assembly cannot be loaded. Site is alteredstategaming.info
The error is pretty obvious, you developed an app with a newer version of ASP.NET than your server is configured for. Upgrade the server or change your target framework.
Shadowsun
0 Points
1 Post
Configuration error
May 28, 2010 11:28 AM|LINK
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 'App_global.asax' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Source Error:
Source File: web.config Line: 76
Assembly Load Trace: The following information can be helpful to determine why the assembly 'App_global.asax' could not be loaded.
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.4049
I don't understand why the assembly cannot be loaded. Site is alteredstategaming.info
qwe123kids
All-Star
48619 Points
7957 Posts
MVP
Re: Configuration error
May 28, 2010 12:21 PM|LINK
Hi,
have kept right framework as target in IIS??
or
have registerred IIS aspnet_reg_iis
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.
Aamir Hasan
Contributor
4270 Points
735 Posts
Re: Configuration error
May 28, 2010 01:25 PM|LINK
file or directory is corrupted and cannot be read. That is probably the problem!
so. also try to login from administrator account if you are trying to run this application on local server
Please Mark as Answered If its helpful you.
jeff@zina.co...
All-Star
87677 Points
11637 Posts
Moderator
Re: Configuration error
May 28, 2010 01:31 PM|LINK
The error is pretty obvious, you developed an app with a newer version of ASP.NET than your server is configured for. Upgrade the server or change your target framework.
Jeff