We use HTML modules on our site. We also purchase Telerik directly with them so that we can use the latest version. When changing the default HTML editor to Telerk we get a versioning error:
Could not load file or assembly 'Telerik.Web.UI, Version=2011.1.519.35
Seems that the HTML module may have been built agaonst an older version. Anyway to rectify this? We do not specify the version sin the web config.
Hi,
Have you tried to configure the assembly binding in your web config, some thing like
{assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" /} {bindingRedirect oldVersion="0.0.0.0-32767.32767.32767.32767" newVersion="[Enter version of your Telerik.Web.UI.dll here]" /};
Replace { by < and } by >
Happy DNNing Michael
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.