We want to use some AjaxControlToolkit functions inside our usercontrols. If we do so we get an error which says that this function is already included in Umbraco.Forms.References.dll
How can we integrate AjaxControlToolkit so it will work with umbraco?
I have fixed this issue, if you are still looking for solution. Try install the contour version 1.1.6 as this package doesn't include umbraco.form.reference.dll (remember to remove this file in your /bin folder).
Anyone looking for a quick solution to this simply change your assembly reference to the Umbraco.Forms.References.dll and remove the AjaxControlToolkit.dll from your project.
AjaxControlToolkit Problem
Hello,
We want to use some AjaxControlToolkit functions inside our usercontrols. If we do so we get an error which says that this function is already included in Umbraco.Forms.References.dll
How can we integrate AjaxControlToolkit so it will work with umbraco?
Thanks
I have the same issue. Have you fix the problem?
I have fixed this issue, if you are still looking for solution. Try install the contour version 1.1.6 as this package doesn't include umbraco.form.reference.dll (remember to remove this file in your /bin folder).
http://nightly.umbraco.org/Umbraco%20Contour/1.1.6/
PS: Prefered manual install option.
Thanks Susanto,
I solved the problem by installing the AjaxControlTOolkit.dll from the "Projects" Category. There is a version which is working with umbraco
Anyone looking for a quick solution to this simply change your assembly reference to the Umbraco.Forms.References.dll and remove the AjaxControlToolkit.dll from your project.
<%@ Register Assembly="Umbraco.Forms.References" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
is working on a reply...