I wasn't quite sure how to update the module correctly and so I uninstalled the old version. After that I put the new files into place and installed the module through the Module interface. It loaded, everything looked fine. When I add the module to a page I get the following error.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.dnn_GetDocumentsSettings' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.dnn_GetDocumentsSettings' 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.Documents.SqlDataProvider.GetDocumentsSettings(Int32 ModuleId) at DotNetNuke.Modules.Documents.DocumentController.GetDocumentsSettings(Int32 ModuleId) at DotNetNuke.Modules.Documents.Document.LoadSettings() at DotNetNuke.Modules.Documents.Document.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Not sure exactly what when wrong... I've check the enterprise manager and it looks like it never loaded the SQL tables. If that's the case, how do I get it to install them, either that, or how to I do it manually. Any help on this would be greatly appriciated.