I had a site which DNN version is 4.9.0. In December, 26th, I upgraded it to DNN 5.0.0. However, there are a lot of problems. I removed all code in host. And I restored code and database. However, there is a critical issue. The News Articles from Ventrian has a following error:
DotNetNuke.Services.Exceptions.ModuleLoadException: Parameter count does not match Parameter Value count. ---> System.ArgumentException: Parameter count does not match Parameter Value count. at Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at Ventrian.NewsArticles.SqlDataProvider.GetArticleListBySearchCriteria(Int32 moduleID, Int32[] categoryID, Boolean matchAll, Int32 maxCount, Int32 maxAge, Boolean isApproved, Boolean isDraft, DateTime startDate, String keywords, Boolean showPending, Boolean showExpired, Int32 authorID, Boolean showFeaturedOnly, Boolean showNotFeaturedOnly, Boolean showSecuredOnly, Boolean showNotSecuredOnly, String sortBy, String sortDirection, Int32 month, Int32 year) at Ventrian.NewsArticles.ArticleController.GetArticleList(Int32 moduleID, Int32[] categoryID, Boolean matchAll, Int32 maxCount, Int32 maxAge, Boolean isApproved, Boolean isDraft, DateTime startDate, String keywords, Boolean showPending, Boolean showExpired, Int32 authorID, Boolean showFeaturedOnly, Boolean showNotFeaturedOnly, Boolean showSecuredOnly, Boolean showNotSecuredOnly, String sortBy, String sortDirection, Int32 month, Int32 year) at Ventrian.NewsArticles.ucListing.BindListing() at Ventrian.NewsArticles.ucNewsListing.Page_Init(Object sender, EventArgs e) --- End of inner exception stack trace ---
I checked and this module doesn't have in the list of installed modules. What should I do now?