When using a custom configuration file that has only removed various sections (nothing added) the editor loads fine in IE 6, but when using Firefox 1.0 I get this server error :
This collection already have item named : ForeColor
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Exception: This collection already have item named : ForeColor
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[Exception: This collection already have item named : ForeColor]
CuteEditor.ToolControlCollecton.Insert(Int32 index, ToolControl toolctrl) +164
CuteEditor.a.a(ConfigItem A_0, Boolean A_1) +1345
CuteEditor.a.m() +3470
CuteEditor.Editor.CreateChildControls() +37
System.Web.UI.Control.EnsureChildControls() +100
System.Web.UI.Control.PreRenderRecursiveInternal() +38
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Page.ProcessRequestMain() +1499
|