Hello,
I am trying to use the Cute Soft HTML Editor with DotNetNuke 5.0 and I am getting an error. I did download the latest version from the web site and made all of the necessary changes to the web.config. This module is working great for me in 4.9.2 so I am not sure what changed in 5.0 that is preventing it. The error occurs when I change the default HTML provider in the web.config to the CE Editor instead of the FCK Editor.
Here is the error I am getting -
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 84:
Line 85: 'Install Navigation and Html Providers as NewInstance Lifestyle (ie a new instance is generated each time the type is requested, as there are often multiple instances on the page)
Line 86: ComponentFactory.InstallComponents(New ProviderInstaller("htmlEditor", GetType(Modules.HTMLEditorProvider.HtmlEditorProvider), ComponentLifeStyleType.Transient))
Line 87: ComponentFactory.InstallComponents(New ProviderInstaller("navigationControl", GetType(Modules.NavigationProvider.NavigationProvider), ComponentLifeStyleType.Transient))
Line 88:
|
Source File: D:\Conquer Development\Application Development\DNN\Website\App_Code\Global.asax.vb Line: 86
Server Error in '/dnn' Application.
Object reference not set to an instance of an object.