Quando tento di creare un nuovo modulo mi riporta il seguente messaggio di errore ed il modulo non viene creato:
2009-11-10 12:56:39,492 ERROR mojoPortal.Web.Global - 89.119.215.135-it-IT - /Admin/ContentCatalog.aspx
System.IndexOutOfRangeException: Indice oltre i limiti della matrice.
in mojoPortal.Data.SqlParameterHelper.DefineSqlParameter(String paramName, SqlDbType type, Int32 size, ParameterDirection dir, Object value, Boolean sizeProvided)
in mojoPortal.Data.SqlParameterHelper.DefineSqlParameter(String paramName, SqlDbType type, ParameterDirection dir, Object value)
in mojoPortal.Data.DBModule.AddModule(Int32 pageId, Int32 siteId, Guid siteGuid, Int32 moduleDefId, Int32 moduleOrder, String paneName, String moduleTitle, String viewRoles, String authorizedEditRoles, String draftEditRoles, Int32 cacheTime, Boolean showTitle, Boolean availableForMyPage, Boolean allowMultipleInstancesOnMyPage, String icon, Int32 createdByUserId, DateTime createdDate, Guid guid, Guid featureGuid, Boolean hideFromAuthenticated, Boolean hideFromUnauthenticated)
in mojoPortal.Business.Module.Create()
in mojoPortal.Business.Module.Save()
in mojoPortal.Web.AdminUI.ContentCatalogPage.btnCreateNewContent_Click(Object sender, EventArgs e)
in System.Web.UI.WebControls.Button.OnClick(EventArgs e)
in System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
in System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
in System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
in System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
in System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)