Error Message with CE5 in .NET

  •  10-19-2005, 4:19 PM

    Error Message with CE5 in .NET

    Hey,
     
    I have copied the new CuteSoft v5 over my old version and I am now getting an error. This code worked with the version 4.x version I had before. I have removed the editor from the pages and added it back. Any one have any ideas on why this code doesn't work with the CE5?
    >>>>
    Object reference not set to an instance of an object.
    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.NullReferenceException: Object reference not set to an instance of an object.

    Source Error:

    Line 142:// BEGIN Get Links for Links Drop Down
    Line 143:CuteEditor.ToolControl toolctrl=Editor1.ToolControls["Links"];
    Line 144:CuteEditor.RichDropDownList rddl=(CuteEditor.RichDropDownList)toolctrl.Control;
    <<<<
    Thanks,
     
    Paul
View Complete Thread