Integration with DNN 4.0

  •  01-17-2006, 10:54 AM

    Integration with DNN 4.0

    Has anyone tried to integrate the cutesoft editor with DNN 4.0?  I am using the latest zip file (downloaded this morning) which has a foloder for the .NET Framework 2.0 version but when I add the editor into the solution, I get an exception when I try to use it.  It is a NULL reference exception as follows...
     
    Error: Edit Text/HTML is currently unavailable.
    DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.UserControls.TextEditor.set_Text(String Value) at DotNetNuke.Modules.Html.EditHtml.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
     
    Has anyone been able to make this work with DNN 4.0?
     
    Thanks,
     
     
    Scott
View Complete Thread