All of a sudden any page with the cute editor on it in our DNN install is throwing exceptions. We've not changed our install.
What gives??
I changed the .config file to use the base editor provider and it works fine.
Please see Exception below...
Line 435:
Line 436: 'Set the width and height of the controls
Line 437: RichTextEditor.Width = Width
Line 438: RichTextEditor.Height = Height
Line 439: txtDesktopHTML.Height = Height
Source File: C:\Projects\DNN\Library\Controls\TextEditor.vb
Line: 437
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.UI.UserControls.TextEditor.Page_Load(Object sender, EventArgs e) in C:\Projects\DNN\Library\Controls\TextEditor.vb:437
[ModuleLoadException: An error has occurred.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control UserCtrl, Exception exc) in C:\Projects\DNN\Library\Components\Exceptions\Exceptions.vb:138
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(Control UserCtrl, Exception exc) in C:\Projects\DNN\Library\Components\Exceptions\Exceptions.vb:187
DotNetNuke.UI.UserControls.TextEditor.Page_Load(Object sender, EventArgs e) in C:\Projects\DNN\Library\Controls\TextEditor.vb:458
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
[PageLoadException: An error has occurred.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) in C:\Projects\DNN\Library\Components\Exceptions\Exceptions.vb:221
DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) in C:\Projects\DNN\Library\Components\Framework\PageBase.vb:538
System.Web.UI.TemplateControl.OnError(EventArgs e) +2085460
System.Web.UI.Page.HandleError(Exception e) +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7341
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
System.Web.UI.Page.ProcessRequest() +86
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.default_aspx.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +358
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|