I upgraded my intranet site to 3.3.4. IF I do NOT login, I have access to all pages, but no links on those pages. IF I DO login (as administrator or as a regular user) and try to access some of the sub-pages from the menu, I get the following error message:
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:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.NavigationControl.SolpartMenuNavigationProvider.Bind(DNNNodeCollection objNodes) +3051
DotNetNuke.UI.WebControls.SolPartActions.BindMenu(DNNNodeCollection objNodes) +250
DotNetNuke.UI.WebControls.SolPartActions.Page_PreRender(Object sender, EventArgs e) +66
[ModuleLoadException: An error has occurred.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control UserCtrl, Exception exc) +293
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(Control UserCtrl, Exception exc) +45
DotNetNuke.UI.WebControls.SolPartActions.Page_PreRender(Object sender, EventArgs e) +88
System.Web.UI.Control.OnPreRender(EventArgs e) +67
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
If I am logged in as administrator and try to access links in the various modules, I am getting: You Do Not Have Permission To View The Requested File.
I have checked all that I know to check - to no avail. HELP!!!!