Hi,
We put the mailchip plugin directly in the Nop.Web plugins folder and we are trying to install it on our production site but we are getting a Method not found error.

System.MissingMethodException: Method not found: 'Nop.Core.IPagedList`1<Nop.Core.Domain.Customers.Customer> Nop.Services.Customers.ICustomerService.GetAllCustomers(System.Nullable`1<System.DateTime>, System.Nullable`1<System.DateTime>, Int32, Int32, Int32[], System.String, System.String, System.String, System.String, Int32, Int32, System.String, System.String, System.String, System.String, Boolean, System.Nullable`1<Nop.Core.Domain.Orders.ShoppingCartType>, Int32, Int32)'. at Nop.Plugin.Misc.MailChimp.Services.MailChimpManager.CreateInitiateData() at Nop.Plugin.Misc.MailChimp.MailChimpPlugin.Install() at Nop.Admin.Controllers.PluginController.Install(FormCollection form)

We were able to install it correctly using the source code in our local development machine.