I have an umbraco 452 site with contour, been running fine for quite a while, however on a deep page i found this error which I am sure started after installing contour,
Error creating usercontrol (/usercontrols/PinCodeTracking/Edit/ExpressRegister.ascx)
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\d761d259\31e02c43\AppWebexpressregister.ascx.a84f041d.gqft8ep.0.cs(513): error CS0433: The type 'AjaxControlToolkit.PasswordStrength' exists in both 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\d761d259\31e02c43\assembly\dl3\511da1a2\278f6f354c0dcf01\Umbraco.Forms.References.DLL' and 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\d761d259\31e02c43\assembly\dl3\3edf755d\45fc8f1e_4c0dcf01\AjaxControlToolkit.DLL'
The page has usercontrol on there that uses password strength control. I think your right ill have to remove the reference to existing one and reference to merged one.
AjaxControl Toolkit issue
I have an umbraco 452 site with contour, been running fine for quite a while, however on a deep page i found this error which I am sure started after installing contour,
Error creating usercontrol (/usercontrols/PinCodeTracking/Edit/ExpressRegister.ascx) c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\d761d259\31e02c43\AppWebexpressregister.ascx.a84f041d.gqft8ep.0.cs(513): error CS0433: The type 'AjaxControlToolkit.PasswordStrength' exists in both 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\d761d259\31e02c43\assembly\dl3\511da1a2\278f6f354c0dcf01\Umbraco.Forms.References.DLL' and 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\d761d259\31e02c43\assembly\dl3\3edf755d\45fc8f1e_4c0dcf01\AjaxControlToolkit.DLL'
In my web.config under run time I have,
Am I missing something?
Regards
Ismail
Comment author was deleted
Flush temp files
LAtest version 3.0.18 doesn't have ajaxcontroltoolkit so if you can upgrade
will latest contour work with umbraco 452?
Regards
Ismail
Comment author was deleted
Don't think so :( is that page using something from the ajaxcontroltoolkit? Try using the merged one in forms.references then and remove the plain one
The page has usercontrol on there that uses password strength control. I think your right ill have to remove the reference to existing one and reference to merged one.
Regards
Ismail
is working on a reply...