I know it's a little old school but we're using AjaxControlToolkit in a project. The only problem is is that contour has a namespace called AjaxControlToolkit which seems to reference parts of it..
I've now noticed this issue has been around for a while. Surely replacing all your references to AjaxControlToolkit with a reference to umbraco.forms is not the acceptable solution..
AjaxControlToolKit duplicate reference?
I know it's a little old school but we're using AjaxControlToolkit in a project. The only problem is is that contour has a namespace called AjaxControlToolkit which seems to reference parts of it..
I've now noticed this issue has been around for a while. Surely replacing all your references to AjaxControlToolkit with a reference to umbraco.forms is not the acceptable solution..
Comment author was deleted
If you use Contour 3 you can use the razor render that one doesn't use ajaxcontroltoolkit and you shouldn't run into any conflicts
Hi Tim,
Thanks for your help. How would I go about using the razor render? there really isn't any decent documentation post per's example.
How would that actually stop the conflict seeing as ajaxcontroltoolkit is still in the umbraco.forms project in it's own dependencies dll?
Will not fix the problem. You'll get the error regardless of whether or not there is a Contour form on your page (Razor or otherwise).
is working on a reply...