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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Simple Module works in 04.04.01 but not in 04.05.03?Simple Module works in 04.04.01 but not in 04.05.03?
Previous
 
Next
New Post
6/21/2007 12:53 AM
 

I have a relatively simple module that I have developed that works in 04.04.01 but fails in 04.05.03 for some reason. It's a fresh install of both versions. Here's what I have done:

single ASCX file with code behind setup with

Imports DotNetNuke

Public Class MyLists

Inherits DotNetNuke.Entities.Modules.PortalModuleBase

and the html in the ASCX file including:

<%@ Control Language="vb" AutoEventWireup="false" Codebehind="MyLists.ascx.vb" Inherits="Lists.MyLists" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %> 

I have a basic datagrid bound to some data and two button columns setup to navigate to portal URL's based on the data returned. One example is below.. Again all simple stuff..

 Sub dg_View(ByVal sender As Object, ByVal e As DataGridCommandEventArgs)

''Get the ListID of the row whose button was clicked
Dim SelectedListID As String = DataGrid1.DataKeys(e.Item.ItemIndex)
Response.Redirect("ViewMyList/tabid/66/Default.aspx?ListID=" & SelectedListID, True)
End Sub

The button event fires and navigates to the correct page and it works as it should in 04.04.01, but fails in 04.05.03. There's nothing logged in the event log for it at all but I have noticed in the log of 04.05.03 there are a few entries showing:


EventQueue.ProcessMessage: Message Processing Failed
ProcessorType: DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke
Body:
Sender:
BusinessControllerClass: DotNetNuke.Modules.Events.EventController, DotNetNuke.Modules.Events
DesktopModuleId: 56
UpgradeVersionsList: 03.01.00,03.02.00,03.03.00,03.03.02,03.03.03,03.03.05,03.03.07
ExceptionMessage: Method not found: 'DotNetNuke.Entities.Modules.ModuleControlInfo DotNetNuke.Entities.Modules.ModuleControlController.GetModuleControlByKeyAndSrc(Int32, System.String, System.String

But what confuses me is that it's not directed at the module or controller class I have setup for the "lists" module. Is the above way to create a quick module still valid?

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Simple Module works in 04.04.01 but not in 04.05.03?Simple Module works in 04.04.01 but not in 04.05.03?


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