Can't change the setting unless it's created by the Editor

  •  03-15-2006, 1:36 PM

    Can't change the setting unless it's created by the Editor

    Occasionally our users get the following error when using the CuteEditor. I have read the posts on this but they were no help:

    Can't change the setting unless it's created by the Editor

    Here is the code in the ascx page:
    <rte:editor id="uceRevisions" width="100%" height="110" runat="server" ConfigurationPath="/midas/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/legal.config" />

    Here is the stack trace for the error

    Server Error in '/midas' Application.

    Can't change the setting unless it's created by the Editor

    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: Can't change the setting unless it's created by the Editor

    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: Can't change the setting unless it's created by the Editor]
    CuteEditor.a.p() +105
    CuteEditor.a.a(Object A_0, EventArgs A_1) +12
    System.Web.UI.Control.OnPreRender(EventArgs e) +67
    System.Web.UI.Control.PreRenderRecursiveInternal() +62
    System.Web.UI.Control.PreRenderRecursiveInternal() +125
    System.Web.UI.Control.PreRenderRecursiveInternal() +125
    System.Web.UI.Control.PreRenderRecursiveInternal() +125
    System.Web.UI.Page.ProcessRequestMain() +1509


    Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300



View Complete Thread