Posting as a reference

when redirecting to custom controls in custom DNN 5 module, I get

InnerException: Object reference not set to an instance of an object.
Method: DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl
StackTrace:
Message: 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()
link|improve this question

feedback

2 Answers

up vote 7 down vote accepted

The problem was resolved by making sure that ALL custom controls inherit from PortalModuleBase

link|improve this answer
feedback

To me, it worked when the .ascx.cs control inherit from DotNetNuke.Entities.Modules.ModuleSettingsBase

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.