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.