Unable to use new ajax contro tool kithttp://forums.asp.net/t/1480771.aspx/1?Unable+to+use+new+ajax+contro+tool+kitTue, 13 Oct 2009 07:32:21 -040014807713455161http://forums.asp.net/p/1480771/3455161.aspx/1?Unable+to+use+new+ajax+contro+tool+kitUnable to use new ajax contro tool kit <p>Sir,</p> <p>&nbsp;&nbsp;&nbsp; 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&nbsp;ajax control tool kit&nbsp; and add new ajax control toolkit then it give error</p> <p>&nbsp;</p> <p>Error&nbsp;1&nbsp;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'&nbsp;&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>what will i do?</p> <p>help me.<br> </p> 2009-10-13T06:36:43-04:003455254http://forums.asp.net/p/1480771/3455254.aspx/1?Re+Unable+to+use+new+ajax+contro+tool+kitRe: Unable to use new ajax contro tool kit <p>The new toolkit is using .NET 3.5 and the System.Web.Extensions you are referencing to is the ASP.NET 2.0 Ajax.</p> <p>You have to change the System.Web.Extensions-reference in your web.config to the ajax that ships with .NET 3.5.</p> <p>If you are using .NET 2.0 then you can get the latest version to it from <a href="http://ajaxcontroltoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=11121"> here</a>.<br> </p> 2009-10-13T07:29:17-04:003455259http://forums.asp.net/p/1480771/3455259.aspx/1?Re+Unable+to+use+new+ajax+contro+tool+kitRe: Unable to use new ajax contro tool kit <p>Open the web.config file and change the version to &quot;3.0.30930.28755&quot; from &quot;1.0.61025.0&quot;. Also change the PublicKeyToken to the current assembly' PublicKeyToken.. Changing these two things will solve your problem.</p> 2009-10-13T07:32:21-04:00