Multiple controls with the same ID 'RadSpell$DialogOpener$OverImg'
When using the Sitecore Content editor, the following error constantly keeps appearing.
Multiple controls with the same ID 'RadSpell$DialogOpener$OverImg' were found. Trace requires that controls have unique IDs.
This has been acknowledged by Sitecore as a bug. The workaround is to disable trace. This can be done in the web.config
Multiple controls with the same ID 'RadSpell$DialogOpener$OverImg' were found. Trace requires that controls have unique IDs.
This has been acknowledged by Sitecore as a bug. The workaround is to disable trace. This can be done in the web.config
<trace enabled="false" requestLimit="50" pageOutput="false" traceMode="SortByTime" localOnly="true" />

2 comments:
Cheers Jason - that saved me having to log a query with Sitecore help desk - Jason for MVP!!
That was COOL Jason! Saved me ton of time right in the middle of development! :)
Post a Comment