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

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...my first modulemy first module
Previous
 
Next
New Post
7/6/2011 7:59 AM
 
Hi i just finnished installing and setting up the source code i got from dnn's site on my pc. and every thing seems fine (no errors when building the source.

now im trying to create a module. it seems fine in VS2010 but as soon as i install/ create the module on dnn local site i get this.

most of the research i did tells me to set the controls to inherit from PortalModuleBase
how does one do this?
is this error related to the controls?

please assist

DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() in C:\DNN Websites\DNN561Source\Library\UI\Modules\ModuleHost.vb
 
New Post
7/6/2011 10:05 PM
 
As I recall the line of code throwing the error you posted involves a cast of type System.UI.Control to DotNetNuke.Entities.Modules.PortalModuleBase so if your module control does not inherit from PortalModule base, that could indeed be the problem.

If you are developing in Visual Basic your .ascx.vb control's code behind or code file should contain the following:

Partial Class MyModule
       Inherits DotNetNuke.Entities.Modules.PortalModuleBase

If you are developing in C# your .ascx.cs control's code behind or code file should contain the following:

public partial class MyModule : DotNetNuke.Entities.Modules.PortalModuleBase


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
7/7/2011 11:04 AM
 
Hay what do you know it works! Thx William!
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...my first modulemy first 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