Hello-
I just finished upgrading a client's nopCommerce site from 3.40 to 3.80. I also updated his Articles plugin to 3.80 version.
After starting my site back up, I went to the Articles plugin configuration screen so that the sql update scripts would execute, but maybe they didn't execute??
When I try to view it in a browser, I get this error:
Method not found: 'Void Nop.Core.PagedList`1..ctor(System.Collections.Generic.IList`1<!0>, Int32, Int32)'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found: 'Void Nop.Core.PagedList`1..ctor(System.Collections.Generic.IList`1<!0>, Int32, Int32)'.
Source Error:
Line 26: @section left {
Line 27: @Html.Action("ArticleGroupNavigation", "ArticleRead",new { currentGroupId = Model.ArticleGroupId, currentArticleId = 0 })
Line 28: @Html.Action("ArticleTags", "ArticleRead")
Line 29: }
Line 30: @*breadcrumb*@
Source File: h:\root\home\datastitch-001\www\site1\Plugins\FoxNetSoft.Articles\Views\Article\List.cshtml Line: 28
And when I access the administration area to see the articles list, it has error pop-up with this error saved to log:
[code]Error
Short message
Method not found: 'Void Nop.Core.PagedList`1..ctor(System.Collections.Generic.IList`1<!0>, Int32, Int32)'.
Full message
System.MissingMethodException: Method not found: 'Void Nop.Core.PagedList`1..ctor(System.Collections.Generic.IList`1<!0>, Int32, Int32)'. at FoxNetSoft.Plugin.Misc.Articles.Services.ArticleService.GetAllArticles(String articleTitle, Int32 productId, Int32 categoryId, Int32 pageIndex, Int32 pageSize, Int32 storeId, Boolean showHidden) at FoxNetSoft.Plugin.Misc.Articles.Controllers.ArticleAdminController.List(DataSourceRequest command, ArticleListModel model) at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult as