DNN Trouble

  •  01-17-2005, 11:45 PM

    DNN Trouble

    I am trying to install cutesoft into a dnn 2.1.2 installation for the first time. 

    I have read the help file on installation with DNN and followed the instructions.  I am quite familiar with working with the DNN HtmlEditorProvider model ;)  but am having problems for whatever reason getting this to work..  Any help is appreciated.

    This is my web.config:

                <providers>
                    <add name="CEHtmlEditorProvider" type="DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider"
                        providerPath="" />
                </providers>


    I have the cuteeditor.dll, the provider dll, the .lic, and the dll for the dictionary all in the dnn/bin folder.

    I continue to get the following error:

    Error: Edit Text/HTML is currently unavailable.
    DotNetNuke.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.TextEditor.set_Text(String Value) at DotNetNuke.EditHtml.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

    Error loading module
    DotNetNuke.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.HtmlEditorProvider.Instance() at DotNetNuke.TextEditor.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.Skin.InjectModule(Control objPane, ModuleSettings ModuleSettings, PortalSettings PortalSettings) --- End of inner exception stack trace ---


View Complete Thread