Editing Controllers and Models

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

I've just started a new project on NopCommerce v2.2.

Editing the views / themes / etc is not a problem, but how can I edit the controllers and models?  It seems these are already compiled into the Nop.Web.dll assembly and changes made to the .cs files (and compiling the web project) has no effect on the Nop.Web.dll.

So the question is really: How do I compile the Nop.Web.dll assembly that has my changes included?

Thank you!
12 years ago
If you compile the Nop.Web project, the output Nop.Web.dll will include your changes. Make sure you restart your app pool when you copy over the new dll if you don't see your modifications.
12 years ago
Stupid me :-)  All I needed to do was to publish Nop.Web project from the original source solution.
12 years ago
From time to time, we all have "duh!" moments :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.