Click here to Skip to main content
15,884,744 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
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.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 27:        <compilation debug="true">
Line 28:            <assemblies>
Line 29:                <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 30:                <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 31:                <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>


Source File: C:\Users\pranav\Desktop\sms\School Management System\School Management System\School\ASPX\School\web.config    Line: 29

Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
Posted
Comments
Ron Beyer 3-Dec-13 21:39pm    
Have you installed AJAX for ASP.NET 2.0?
Pranav_ 3-Dec-13 21:49pm    
no.
Pranav_ 3-Dec-13 22:06pm    
i added it but yet not resolved

1 solution

You are suppose to install this on server you run on : http://www.microsoft.com/en-us/download/details.aspx?id=883[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900