Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all, having issues to get Contour 1.1.5 to work with Umbraco 4.6.1:
Installed Contour 1.1.5 by using local package installation, once the package is installed I updated files with UmbracoContour_1.1.5_update version.
Our sites require AjaxControlToolkit.dll (v. 3.0.30512.20315) so I followed contour installation manual and updated web.config with
<dependentassembly>
<assemblyIdentity name="AjaxControlToolkit" publicKeyToken="28f01b0e84b6d53e" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.0.30512.20315" />
</dependentassembly>
in <runtime> and cleared browser cache.
Everything seemed to be straight forward but it is not working, I am getting
Umbraco.Forms.Core.Common.ProviderException: No provider with id '903df9b0-a78c-11de-9fc1-db7a56d89593' found.
Please point me to the right direction to get it working.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 4.6.1 with Contour 1.1.5
Hi all, having issues to get Contour 1.1.5 to work with Umbraco 4.6.1:
Installed Contour 1.1.5 by using local package installation, once the package is installed I updated files with UmbracoContour_1.1.5_update version.
Our sites require AjaxControlToolkit.dll (v. 3.0.30512.20315) so I followed contour installation manual and updated web.config with
<dependentassembly>
<assemblyIdentity name="AjaxControlToolkit" publicKeyToken="28f01b0e84b6d53e" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.0.30512.20315" />
</dependentassembly>
in <runtime> and cleared browser cache.
Everything seemed to be straight forward but it is not working, I am getting
Umbraco.Forms.Core.Common.ProviderException: No provider with id '903df9b0-a78c-11de-9fc1-db7a56d89593' found.
Please point me to the right direction to get it working.
is working on a reply...