I have a site runningDNN 7.05 and I tried to upgrade the documents module to version 6 and received the following error.
Now when I try edit a link I get the error below. Its the same error I get now that i have tried a repair to version 5.
Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.GetDocument' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.GetDocument' 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.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Documents.SqlDataProvider.GetDocument(Int32 ItemId, Int32 ModuleId) at DotNetNuke.Modules.Documents.DocumentController.GetDocument(Int32 ItemId, Int32 ModuleId) at DotNetNuke.Modules.Documents.EditDocs.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---