I’m setting up DNN 435 in VS2005 and I doing an in place conversion for each module. For the help module I’ve run into:
Error 365 Class 'NavPane' must implement 'Event ModuleCommunication(sender As Object, e As ModuleCommunicationEventArgs)' for interface 'Entities.Modules.Communications.IModuleCommunicator'. ..\NavPane.ascx.vb 11 20 DotNetNuke.Help
Error 366 'ModuleCommunication' cannot implement 'ModuleCommunication' because there is no matching event on interface 'Entities.Modules.Communications.IModuleCommunicator'. ..\NavPane.ascx.vb 187 161 DotNetNuke.Help
Any help would be much appreciated.