Register
Login
 

Support House of Nuke

  

 House of Nuke Forums  
Subject: DNN 5.0 RC2 Breaks HouseMenu 2.x
Prev Next
You are not authorized to post a reply.

Author Messages
alex shiplettUser is Offline
Novice
Novice
Posts:2

11/12/2008 3:06 PM Alert 

After upgrading from DNN 4.9 to DNN 5.0 RC2, I received the following error:

 

An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Avastone.Web.UI.WebControls.CssMenu.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at ASP.portals__default_skins_cofw_2008_hm_3c_right_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at ASP.default_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Page.Render(HtmlTextWriter writer) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

Any thoughts on this?

Any help would be appreciated,

Thanks,

Alex

 

Alex ShiplettUser is Offline
Novice
Novice
Posts:1

01/06/2009 2:28 PM Alert 
I also tried this with the official version of DNN 5, and ran into the same problem.

I noticed that DNN moved their menu providers to a subfolder, so I attempted that, but it still did not resolve the issue.

Is this a simple fix, that I am missing, or something more complicated? Has anyone else had this issue?

Thanks!
Alex
marius mUser is Offline
Novice
Novice
Posts:1

03/06/2009 1:20 AM Alert 

I have same issue with dnn 5.0.1

Thanks,

Marius

greg ordUser is Offline
Novice
Novice
Posts:2

03/26/2009 11:39 AM Alert 

I just ran into the same problem. Any Ideas?

 

Object reference not set to an instance of an object. at Avastone.Web.UI.WebControls.CssMenu.Render

ulrik isakssonUser is Offline
Novice
Novice
Posts:1

04/05/2009 4:22 AM Alert 
Yes this is annoying i have the same problem..
D AtlUser is Offline
Novice
Novice
Posts:3

04/22/2009 8:51 PM Alert 
Has anyone gotten menu 2.x to work with 5.0.1?
I get Error: Object reference not set to an instance of an object.
Gary MinorUser is Offline
Novice
Novice
Posts:2

04/27/2009 10:40 AM Alert 
I got the error to the effect that HouseMenuSkinObject.ascx could not be found in the root folder. I found it in DesktopModules/housemenuskinobject and copied it into the root folder. This seems to work.
pt tomterUser is Offline
Novice
Novice
Posts:2

05/29/2009 8:06 AM Alert 

I have the same error ang cant get HouseMenu2 to work with DNN 5.

 

When I remove  the menu section in my .ascx file

The skin show beautiful but then witout the menu so somethings wrong. I would be greatful if any one has an solution or has got this to work!

pt tomterUser is Offline
Novice
Novice
Posts:2

06/01/2009 12:14 PM Alert 
HouseMenu2 is trying to load a function from DNN called NavDataPageHierarchicalEnumerable. This function can not be loaded in DNN5 since it has a other namespace than DNN4.

This namespace must be changed in HouseMenu2 to work with DNN5.
Tim RolandsUser is Offline
Your Host
Professional
Professional
Posts:97


06/02/2009 2:20 PM Alert 

I just posted the latest version of the HouseMenu 2 beta, which we have been using internally. Tested under DNN 5.0.0 on my workstation, it worked fine.

Please download this latest beta and give it a try.

Tim

 


avastonetechnologies.com
writergear.com
timrolands.com
Oren GuilattUser is Offline
Novice
Novice
Posts:13

08/11/2009 3:44 AM Alert 

Tim

I tried to download beta 2 but the zip does not include:

Avastone.CssMenu.dll
Provider.HouseMenuNavigationProvider.dll

only:

Avastone.HouseMenu.dll

am I missing something?

Thanks,

OrenG

You are not authorized to post a reply.
Forums > House Modules > HouseMenu 2.x > DNN 5.0 RC2 Breaks HouseMenu 2.x



ActiveForums 3.6
  

Terms Of Use  |  Privacy Statement
Copyright © 2006-2008 by Avastone Technologies. All rights reserved.