i have two applications which are using different version of ajaxcontroltoolkit
<
add tagPrefix="asp1" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.10920.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e"/>
<add tagPrefix="asp0" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.10301.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e"/>
<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>
in my web.config i ahve the above three lines but getting error
Error 133 Could not load file or assembly 'System.Web.Extensions, Version=1.0.10301.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The system cannot find the file specified.
Error 134 Could not load file or assembly 'System.Web.Extensions, Version=1.0.10920.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The system cannot find the file specified.
Its all about coding!