two different version of AjaxControlToolkit in same web application

Posted by shailesh on Stack Overflow See other posts from Stack Overflow or by shailesh
Published on 2010-03-15T19:11:27Z Indexed on 2010/03/15 19:19 UTC
Read the original article Hit count: 694

Filed under:

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?

© Stack Overflow or respective owner

Related posts about ajaxcontroltoolkit