Adding reference of BaseAdminController in our controller of plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi Everyone,

I am updating plugins in 4.0 version. I am facing some problems. Please tell me how to add BaseAdminController in our plugin's controller. I am adding the reference as: Using Nop.Web.Areas.Admin.Controllers;

But it is not working. Please help me.





regards,
Sachin Tripathi
6 years ago
The controller you are looking for is now located at

Nop.Web.Areas.Admin.Controllers

You could've figured that out just by searching the Nop4 source code
6 years ago
Sachin2018 wrote:
Hi Everyone,

I am updating plugins in 4.0 version. I am facing some problems. Please tell me how to add BaseAdminController in our plugin's controller. I am adding the reference as: Using Nop.Web.Areas.Admin.Controllers;

But it is not working. Please help me.

regards,
Sachin Tripathi


Can you mention what error you getting ?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.