Re: Not getting to root portal images folder in DNN

  •  06-21-2005, 7:46 AM

    Re: Not getting to root portal images folder in DNN

    I got the latest version and another error surfaced:

    There is an error that only appears when a user is not logged in... I'm using DNN version 2.1.2. Error message follows:

     

    Server Error in '/ModDev' Application.

    Object reference not set to an instance of an object.

    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 131:
    Line 132:
    Line 133:                RichText.Width = Width
    Line 134:                RichText.Height = Height
    Line 135:                txtDesktopHTML.Height = Height

    Source File: C:\Projects\ModDevInstall\controls\TextEditor.ascx.vb    Line: 133

    Stack Trace:

    [NullReferenceException: Object reference not set to an instance of an object.]
       DotNetNuke.TextEditor.Page_Load(Object sender, EventArgs e) in C:\Projects\ModDevInstall\controls\TextEditor.ascx.vb:133
    
    [ModuleLoadException: An error has occurred.]
       DotNetNuke.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control UserCtrl, Exception exc) in C:\Projects\ModDevInstall\components\Exceptions\Exceptions.vb:118
       DotNetNuke.Exceptions.ProcessModuleLoadException(Control UserCtrl, Exception exc) in C:\Projects\ModDevInstall\components\Exceptions\Exceptions.vb:166
       DotNetNuke.TextEditor.Page_Load(Object sender, EventArgs e) in C:\Projects\ModDevInstall\controls\TextEditor.ascx.vb:195
       System.Web.UI.Control.OnLoad(EventArgs e)
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Page.ProcessRequestMain()
    
    [PageLoadException: An error has occurred.]
       DotNetNuke.Exceptions.ProcessPageLoadException(Exception exc, String URL) in C:\Projects\ModDevInstall\components\Exceptions\Exceptions.vb:209
       DotNetNuke.BasePage.Page_Error(Object Source, EventArgs e) in C:\Projects\ModDevInstall\components\BasePage.vb:41
       System.Web.UI.TemplateControl.OnError(EventArgs e)
       System.Web.UI.Page.HandleError(Exception e)
       System.Web.UI.Page.ProcessRequestMain()
       System.Web.UI.Page.ProcessRequest()
       System.Web.UI.Page.ProcessRequest(HttpContext context)
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
    
View Complete Thread