I take back my answer. I am having issues still. I get the following error when I attempt to add an event to my calendar: 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.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at Hyper.Modules.EventsCalendar.SqlDataProvider.AddEventsCalendar(Int32 ModuleId, String Title, String Venue, String Content, DateTime StartDate, Boolean AllDayEvent, DateTime EndTime, String RepeatType, Int32 Every, String Period, DateTime RecurEndDate, String Category, String ImageURL, String ImageType, String AttachmentURL, Boolean AllowRegistration, Boolean AllowMemberOnly, Int32 MaxRegistration, Int32 UserId, Int32 PortalID, Boolean IsFree, String Fees, String AttachmentURL2, String Email, String OptionalItems, Int32 RegStart, Int32 RegEnd, String Custom1, String Custom2, String Custom3, String Custom4, String Custom5, Int32 AddUserRole, Int32 AddUserRoleUpon, Boolean IsFeatured, Boolean AllowMultipleAttendees, DateTime RegStartTime, DateTime RegEndTime, Int32 TabID, Int32 TabModuleID, Boolean RegOncePeruser, Boolean RegModerated, Boolean ShowMapLink, DateTime PublishDate, String CreatedByUserName, String EventFullMessage) at Hyper.Modules.EventsCalendar.EventsCalendarController.AddEventsCalendar(EventsCalendarInfo objEventsCalendar) at Hyper.Modules.EventsCalendar.EditEventsCalendar.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
|