Just upgraded to DNN 4.8.0 and upgraded all the modules on the same day. Out of 12 portals, 1 is giving me an error on the admin or host pages. The regular site works fine. The error message is posted below, but basically says "Object reference not set to an instance of an object." in the treeview code. The site does use the treeview but the treeview is not on the admin pages. My site pages that actually use the treeview show perfectly. I can't do anything to the site without the admin pages. I have searched the Internet for 5 hours and have not resolved this. Any insight would be appreciated. Thanks.
Server Error in '/' 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 307:
Line 308: If blnPODRequest = False Then
Line 309: Select Case Level.ToLower
Line 310: Case "root"
Line 311: Case "child"
Source File: D:\hshome\datamark\rayandrain.com\Admin\Skins\TreeViewMenu.ascx.vb Line: 309
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.UI.Skins.Controls.TreeViewMenu.BuildTree(DNNNode objNode, Boolean blnPODRequest) in D:\hshome\datamark\rayandrain.com\Admin\Skins\TreeViewMenu.ascx.vb:309
DotNetNuke.UI.Skins.Controls.TreeViewMenu.Page_Load(Object sender, EventArgs e) in D:\hshome\datamark\rayandrain.com\Admin\Skins\TreeViewMenu.ascx.vb:422