Click here to Skip to main content
15,891,725 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
will anyone pls solve the following problem:

"could not load the 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'"

m using C# asp.net....

thnx.....
Posted

Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

If you search with the error message, there are quite a few hits which talk about this error and the various solutions:
http://www.google.co.uk/search?sourceid=chrome&ie=UTF-8&q=could+not+load+the+'System.Web.Extensions%2C+Version%3D1.0.61025.0%2C+Culture%3Dneutral%2C+PublicKeyToken%3D31bf3856ad364e35[^]

The consensus seems to be "Have you installed Ajax on the server?"
 
Share this answer
 
It is possible that assembly "System.Web.Extensions" you are referencing in you project differs in version with the one residing in GAC
 
Share this answer
 
1. check Have u installed Microsoft ASP.NET 2.0 AJAX Extensions on
machine

2. Another solution I found is to place System.Web.Extensions.dll and
System.Web.Extensions.Design.dll directly in the Bin folder of your web app.
 
Share this answer
 
Comments
[no name] 21-Jun-11 7:14am    
I think the person should install Microsoft ASP.NET 1.0 AJAX Extensions because the error is of version on System.Web.Extensions, Version=1.0.61025.0.
and rest of the solution is perfect.
koolprasad2003 21-Jun-11 8:37am    
Yes, if Ajax extension is not installed then this type of error occours

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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