Configuration Error in asp.net -


I am developing an application when I run the application in my system then it is giving this error, can help.

Description: There was an error during the process of configuring the configuration files required to serve this configuration. Please review the specific error details below and modify your configuration file properly.

Parser error message: File or assembly could not be loaded 'System.Web.Extensions, version = 1.0.61025.0, Culture = Neutral, PublicKeyToken = 31bf3856ad364e35' or its dependencies specify a system file Can not do it.

Source error:

  line 33: compilation debug = "true" & gt; Line 34: & lt; Assemblies & gt; Line 35: & lt; Add assembly = "System.Web.Extensions, version = 1.0.61025.0, culture = neutral, public keycon = 31bf3856ad364e35" /> Line 36: & lt; Add assembly = "System.Design, Version = 2.0.0.0, Culture = Neutral, PublicKeyToken = B03F5F7F11D50A3A" /> Line 37: & lt; Add assembly ...  

The error is due to the fact that ASP.NET Runtime is not capable of detecting any assembly that is specified in the application configuration - web.config You need to solve this error, either remove the references to your assembly [If you have any available within the assembly Even components are not used] - or - Assembly / DA in your application Make LeL available more Recommended

On Development Workstation - Please Install .

On the production server - When you tell your application that your server does not have ASP.NET AJAX 1.0 extensions installed, Web extensions must be inserted. Dll in your Dll which you can easily obtain it

C: \ Program Files \ Microsoft ASP.NET \ ASP.NET 2.0 AJAX Extensions \ v1.0.61025

The handle of your program files folder is: You can find more resources than the links below.


Comments