Controller Constructor Parameters ordering with Mega Menu Plug-in

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi, I'm very green for the NOP things. I am trying to figure out when using Mega Menu plugin or others, the each controller constructor parameters have ordering. If I change the parameters ordering, I have got error that related the plugin controller. Does anyone know where the ordering has been set? and why plugin controller will take over other controller and need those parameters follow the ordering? even I have to give ton of constructor injection parameters which may not need it.

Here is the exception message.

An error occurred when trying to create a controller of type 'SevenSpikes.Nop.Plugins.MegaMenu.Controllers.MegaMenuController'. Make sure that the controller has a parameterless public constructor.
6 years ago
Hi bohsun,

This is not nopCommerce issue, it's third party plugin issue. You can ask to Here

Moreover, this error is related to dependency.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.