I get the below error when trying to add a new event to the events module. I can use other modules fine (standard ones), however, this is the first module I have loaded myself. Am I doing something wrong? I'm on dnn version 05.02.02 (73)
everything else works fine, any help is great,
thanks,
Dave.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.EventsRecurMasterSave' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.EventsRecurMasterSave' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Events.Data.SqlDataProvider.EventsRecurMasterSave(Int32 RecurMasterID, Int32 ModuleID, Int32 PortalID, String RRULE, DateTime DTSTART, String Duration, DateTime Until, String EventName, String EventDesc, Int32 Importance, String Notify, Boolean Approved, Boolean Signups, Int32 MaxEnrollment, Int32 EnrollRoleID, Double EnrollFee, String EnrollType, String PayPalAccount, Boolean DetailPage, Boolean DetailNewWin, String DetailURL, String ImageURL, String ImageType, Int32 ImageWidth, Int32 ImageHeight, Boolean ImageDisplay, Int32 Location, Int32 Category, String Reminder, Int32 TimezoneOffset, Boolean SendReminder, Int32 ReminderTime, String ReminderTimeMeasurement, String ReminderFrom, String CustomField1, String CustomField2, Boolean EnrollListView, Boolean DisplayEndDate, Boolean AllDayEvent, String CultureName, Int32 OwnerID, Int32 CreatedByID, Int32 UpdatedByID) at DotNetNuke.Modules.Events.EventRecurMasterController.EventsRecurMasterSave(EventRecurMasterInfo objEventRecurMaster) at DotNetNuke.Modules.Events.EditEvents.UpdateProcessing(Int32 ProcessItem) at DotNetNuke.Modules.Events.EditEvents.updateButton_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---