I have successfully installed the navigator and comment, but when I add the comment module on the same page as the DMX Module, I get this error shown on the module: Error: DMX Comments is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.DMX_Comments_GetCommentsByEntryAndVersion' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.DMX_Comments_GetCommentsByEntryAndVersion' 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 Bring2mind.DNN.Modules.DMX.Comments.Data.SqlDataProvider.GetCommentsByEntryAndVersion(Int32 EntryId, Int32 Version, Boolean IncludeUnapproved) at Bring2mind.DNN.Modules.DMX.Comments.CommentsController.GetCommentsByEntryAndVersion(Int32 EntryId, Int32 Version, Boolean IncludeUnapproved) at Bring2mind.DNN.Modules.DMX.Comments.Controls.Comments.BindCommentsList() at Bring2mind.DNN.Modules.DMX.Comments.Controls.Comments.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace --- I am using DNN 06.01.02 DMX 06.00.02 and comment 01.01.00 |