Hmm.. I have same problem with the latest and greatest release. I was adding a security role and after I saved it, It took me back to the security role page with this message:
Error: Security Roles is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Invalid object name 'Lists'. ---> System.Data.SqlClient.SqlException: Invalid object name 'Lists'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Security.Membership.Data.SqlDataProvider.GetRolesByGroup(Int32 RoleGroupId, Int32 PortalId) at DotNetNuke.Security.Membership.DNNRoleProvider.GetRolesByGroup(Int32 portalId, Int32 roleGroupId) at DotNetNuke.Security.Roles.RoleController.GetRolesByGroup(Int32 portalId, Int32 roleGroupId) at DotNetNuke.Modules.Admin.Security.Roles.BindData() at DotNetNuke.Modules.Admin.Security.Roles.BindGroups() at DotNetNuke.Modules.Admin.Security.Roles.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Everytime I go to the security role page now, I continue to get this message or an error message. ARRGGG... How did you add the necessary records in the aspnet tables?