I have two different version of AjaxControlToolkit dll and I have added reference of both dll in my web application. I also set up control tagprefix in web.config.
Now one of the page is using 1.0 version and I want to use 3.0 version in another page. I am getting following error.
"The server tag 'ajaxToolkit:SliderExtender' is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix."
Any idea where I am doing wrong?