Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...obout menu moduleobout menu module
Previous
 
Next
New Post
12/25/2011 2:59 AM
 

Hi

I'm using  OBOUTmenu in my module, i didn't have any problem in dnn 5.6& befor.
but in dnn 6 i cant use this module, i have Object reference error. wen i trace module everything is ok in module but Object reference is on my container ascx.
i was change container but error not gone....

Help plz...

 
New Post
12/25/2011 6:24 AM
 

A number of changes were made to the dnn core during the transition to dnn6x.  Some of these changes are known to cause issues with older modules - especially those that try to manipulate a modules container elements.

Specifically - what object is your module trying to access when the error occurs - if for example u are trying to access the module title the correct way to do so now is ModuleConfiguration.ModuleTitle = "New Module Title" which is different to the older mechanism.

Westa

 
New Post
12/26/2011 12:40 AM
 

Hi,

This is my simple try:
======================================================================
<%@ Register TagPrefix="oem" Namespace="OboutInc.EasyMenu_Pro" Assembly="obout_EasyMenu_Pro" %>
  <oem:EasyMenu id="EasymenuMain" runat="server" ShowEvent="Always" StyleFolder="styles/horizontal1"
        Position="Horizontal" CSSMenu="ParentMenu" CSSMenuItemContainer="ParentItemContainer" Width="330">
        <CSSClassesCollection>
            <oem:CSSClasses ObjectType="OboutInc.EasyMenu_Pro.MenuItem" ComponentSubMenuCellOver="ParentItemSubMenuCellOver"
                ComponentContentCell="ParentItemContentCell" Component="ParentItem" ComponentSubMenuCell="ParentItemSubMenuCell"
                ComponentIconCellOver="ParentItemIconCellOver" ComponentIconCell="ParentItemIconCell"
                ComponentOver="ParentItemOver" ComponentContentCellOver="ParentItemContentCellOver"></oem:CSSClasses>
            <oem:CSSClasses ObjectType="OboutInc.EasyMenu_Pro.MenuSeparator" ComponentSubMenuCellOver="ParentSeparatorSubMenuCellOver"
                ComponentContentCell="ParentSeparatorContentCell" Component="ParentSeparator"
                ComponentSubMenuCell="ParentSeparatorSubMenuCell" ComponentIconCellOver="ParentSeparatorIconCellOver"
                ComponentIconCell="ParentSeparatorIconCell" ComponentOver="ParentSeparatorOver"
                ComponentContentCellOver="ParentSeparatorContentCellOver"></oem:CSSClasses>
        </CSSClassesCollection>
        <Components>
            <oem:MenuItem InnerHtml="Item1" ID="item1"></oem:MenuItem>
            <oem:MenuSeparator InnerHtml="|" ID="mainMenuSeparator1"></oem:MenuSeparator>
            <oem:MenuItem InnerHtml="Item2" ID="item2"></oem:MenuItem>
            <oem:MenuSeparator InnerHtml="|" ID="mainMenuSeparator2"></oem:MenuSeparator>
            <oem:MenuItem InnerHtml="Item3" ID="item3"></oem:MenuItem>
            <oem:MenuSeparator InnerHtml="|" ID="mainMenuSeparator3"></oem:MenuSeparator>
            <oem:MenuItem InnerHtml="Item4" ID="item4"></oem:MenuItem>
        </Components>
    </oem:EasyMenu>
======================================================================
But i have "object reference" error...
I'm using "Easy Menu"-obout_EasyMenu_Pro.dll-
you can download it from "http://www.obout.com/inc/download.aspx"

Help plz.


 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...obout menu moduleobout menu module


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out