I'm trying to develop a plugin in nopcommerce
. To do this I want to replace some of the core code out of nopcommerce
.
I tried to inherit it via:
public class TryingNewProjectController : BasePluginController, Nop.Web.Controllers.CatalogController
{
///// CODE /////
}
Can someone tell me what I'm doing wrong ?
Error:
The type or namespace name 'Controllers' does not exist in the namespace 'Nop.Web' (are you missing an assembly reference?