I am using asp.net 2.0 and download new version of ajax control toolkit.Older version of ajax control toolkit is working fine. when i remove binary file of older ajax control tool kit and add new ajax control toolkit then it give error
Error 1 Assembly 'AjaxControlToolkit, Version=3.0.30930.28755, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly
'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Open the web.config file and change the version to "3.0.30930.28755" from "1.0.61025.0". Also change the PublicKeyToken to the current assembly' PublicKeyToken.. Changing these two things will solve your problem.
satishbharga...
0 Points
2 Posts
Unable to use new ajax contro tool kit
Oct 13, 2009 06:36 AM|LINK
Sir,
I am using asp.net 2.0 and download new version of ajax control toolkit.Older version of ajax control toolkit is working fine. when i remove binary file of older ajax control tool kit and add new ajax control toolkit then it give error
Error 1 Assembly 'AjaxControlToolkit, Version=3.0.30930.28755, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
what will i do?
help me.
"AJAX .NET 2.0"
DeadBurger
Participant
1804 Points
275 Posts
Re: Unable to use new ajax contro tool kit
Oct 13, 2009 07:29 AM|LINK
The new toolkit is using .NET 3.5 and the System.Web.Extensions you are referencing to is the ASP.NET 2.0 Ajax.
You have to change the System.Web.Extensions-reference in your web.config to the ajax that ships with .NET 3.5.
If you are using .NET 2.0 then you can get the latest version to it from here.
Blog: http://deadburger.blogspot.com/
Sand1980
Contributor
2238 Points
364 Posts
Re: Unable to use new ajax contro tool kit
Oct 13, 2009 07:32 AM|LINK
Open the web.config file and change the version to "3.0.30930.28755" from "1.0.61025.0". Also change the PublicKeyToken to the current assembly' PublicKeyToken.. Changing these two things will solve your problem.
Read my blog