Re: How to instantiate CuteEditor in a class file

  •  02-24-2010, 3:45 PM

    Re: How to instantiate CuteEditor in a class file

    Here is the call stack where the CuteEditor control gets a null reference exception
     
    [NullReferenceException: Object reference not set to an instance of an object.]
    CuteEditor.Impl.b..ctor(Type type, String key) +74
    CuteEditor.a.i(HtmlTextWriter A_0) +161
    CuteEditor.Editor.Render(HtmlTextWriter writer) +46
     
    We're programmatically  instantiating the CuteSoft control inside our own controls render method. We are rendering it manually and not adding it to the page via control collections.
View Complete Thread