Once I re-installed 4.00.02 of the events module, I noticed that it was now available under Admin -> Extensions. I added this module and got an error about not haveing a default language (That's another issue, as there is no language to select from in the drop down in the Admin section). However, upon logging off and logging back in, the Events module appeared in the drop-down. I added it to my page and tried to set up my first event. I only added a data and time and title, and was greeted by the following error:
Error: is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Parameter count does not match Parameter Value count. ---> System.ArgumentException: Parameter count does not match Parameter Value count. at Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Events.Data.SqlDataProvider.EventsSave(Int32 PortalID, Int32 EventID, Int32 ModuleID, DateTime EventDateBegin, DateTime EventDateEnd, DateTime EventTimeBegin, Int32 Duration, String EventName, String EventDesc, Int32 Importance, String CreatedBy, String CreatorID, Int32 Every, String Period, String RepeatType, String Notify, Boolean Approved, Boolean Signups, Int32 MaxEnrollment, String EnrollRoleID, Double EnrollFee, String EnrollType, String PayPalAccount, String PayPalPassword, Boolean Cancelled, String ImageURL, String ImageType, Int32 ImageWidth, Int32 ImageHeight, Boolean ImageDisplay, Int32 Location, String LocationName, String MapURL, Int32 Category, String CategoryName, String Color, String Reminder, Int32 TimezoneOffset, Boolean SendReminder, Int32 ReminderTime, String ReminderTimeMeasurement, String ReminderFrom, Boolean SearchSubmitted, String CustomField1, String CustomField2) at DotNetNuke.Modules.Events.EventController.EventsSave(EventInfo objEvent) at DotNetNuke.Modules.Events.EditEvents.updateButton_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---