I get the following error from a Visual Studio project (using mysql as localhost). I'm not sure what to do? Line 67 is in red in my browswer.
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 65: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 66: <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 67: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 68: <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 69: </assemblies>
Source File: C:\Users\xxxxxxxxx\Documents\Development\WBid Development\SWAWBID_COM_-_MySQL_DataBase\web.config Line: 67
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.
=== Pre-bind state information ===
LOG: User = Vostroi5\xxxxxxxxx
LOG: DisplayName = System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = file:///C:/Users/xxxxxxxxx/Documents/Development/WBid Development/SWAWBID_COM_-_MySQL_DataBase/
LOG: Initial PrivatePath = C:\Users\xxxxxxxxx\Documents\Development\WBid Development\SWAWBID_COM_-_MySQL_DataBase\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\xxxxxxxxx\Documents\Development\WBid Development\SWAWBID_COM_-_MySQL_DataBase\web.config
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Post-policy reference: System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
LOG: Attempting download of new URL file:///C:/Users/xxxxxxxxx/AppData/Local/Temp/Temporary ASP.NET Files/swawbid_com_-_mysql_database/fed9bcc0/729f7e76/System.Web.Extensions.DLL.
LOG: Attempting download of new URL file:///C:/Users/xxxxxxxxx/AppData/Local/Temp/Temporary ASP.NET Files/swawbid_com_-_mysql_database/fed9bcc0/729f7e76/System.Web.Extensions/System.Web.Extensions.DLL.
LOG: Attempting download of new URL file:///C:/Users/xxxxxxxxx/Documents/Development/WBid Development/SWAWBID_COM_-_MySQL_DataBase/bin/System.Web.Extensions.DLL.
LOG: Attempting download of new URL file:///C:/Users/xxxxxxxxx/Documents/Development/WBid Development/SWAWBID_COM_-_MySQL_DataBase/bin/System.Web.Extensions/System.Web.Extensions.DLL.
LOG: Attempting download of new URL file:///C:/Users/xxxxxxxxx/AppData/Local/Temp/Temporary ASP.NET Files/swawbid_com_-_mysql_database/fed9bcc0/729f7e76/System.Web.Extensions.EXE.
LOG: Attempting download of new URL file:///C:/Users/xxxxxxxxx/AppData/Local/Temp/Temporary ASP.NET Files/swawbid_com_-_mysql_database/fed9bcc0/729f7e76/System.Web.Extensions/System.Web.Extensions.EXE.
LOG: Attempting download of new URL file:///C:/Users/xxxxxxxxx/Documents/Development/WBid Development/SWAWBID_COM_-_MySQL_DataBase/bin/System.Web.Extensions.EXE.
LOG: Attempting download of new URL file:///C:/Users/xxxxxxxxx/Documents/Development/WBid Development/SWAWBID_COM_-_MySQL_DataBase/bin/System.Web.Extensions/System.Web.Extensions.EXE.
Version Information: Microsoft .NET Framework Version:2.0.50727.5456; ASP.NET Version:2.0.50727.5456
skibikegolf
0 Points
2 Posts
Configuration error
Jul 20, 2012 10:48 PM|LINK
New to asp.net
I get the following error from a Visual Studio project (using mysql as localhost). I'm not sure what to do? Line 67 is in red in my browswer.
Mastan Oli
Contributor
5100 Points
999 Posts
Re: Configuration error
Jul 20, 2012 10:58 PM|LINK
as you are using > .NET 2.0 ,no need to having such line, so please remove line 67 & 68 and execute again.
playingOOPS | மெய்ப்பொருள் காண்பதறிவு
Mark as Answer If you find helpful
subhash.shel...
Contributor
2137 Points
487 Posts
Re: Configuration error
Jul 22, 2012 05:15 AM|LINK
Hi,
Have you use Ajaxtoolkit dll?
Add the ref. of ajaxtoolkit dll....hope this will resove your problem.
Or
Add reference of system.web.extensions
Thanks
Subhash
Subhash
Please, Mark as Answer if this reply helped you.