I have a custom DNN module that works well in DNN 5. After modifying the module to work in DNN 7 and installing it successfully, nothing happens when I drop one of the module's controls on a page. In the event viewer, I see the following log entry of type 'Host Alert':
=============================================================================
EventQueue.ProcessMessage: Message Processing Failed
ProcessorType: DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke
Body:
Sender:
BusinessControllerClass: Nedoweb.Modules.Survey.SurveyController
desktopModuleID: 87
ExceptionMessage: Value cannot be null. Parameter name: type
Server Name: MyComputerName
=============================================================================
Any help is greatly appreciated!