Nop 2.4 runtime error

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 anni tempo fa
Downloaded Source Code for Nop 2.4

brand new project.

Installed MVC 4.0

Changed System.web.webpages to be 2.0.0.0

Project Builds, But get a runtime error.

Method 'ValidatePaymentForm' in type 'Nop.Plugin.Payments.AuthorizeNet.Controllers.PaymentAuthorizeNetController' from assembly 'Nop.Plugin.Payments.AuthorizeNet, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
12 anni tempo fa
manojmodi wrote:
Installed MVC 4.0

You need MVC 3
12 anni tempo fa
I have  the same problem.
I have installed both MVC3 and MVC4.
Whic versión of System.Web.WebPages I must use: 1 or 2?
12 anni tempo fa
https://www.nopcommerce.com/boards/t/14655/compile-error-conflict-between-different-versions-nopweb.aspx
10 anni tempo fa
I deleted the references to System.Web.MVC in each of the Payment Plugins.

Then added a reference to System.Web.MVC version 3.0.0.0

Now it works.
10 anni tempo fa
Or you can point to DLL included into Nop Source packages folder

..._Sources\nopCommerce_2.65_Source\packages\aspnetmvc\System.Web.Mvc.dll
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.