Plugin code dont updated at server

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Hello everybody,

I am developing plugin for NopCommerce. Then i deployed to dev server and everything worked fine. Then i make changed and updae plugin code. I rebuild 10 times module and copy to dev server. But code seems to be the old. Please help dont know what to do with this.

Regards,
Dima
11 years ago
Maybe it's because of that nasty assembly caching that .NET does automatically for you. You have to force an AppDomain restart in order to be sure that all the new stuff gets loaded.

To achieve this, just modify the global.asax.cs file (just add a blank line or something) or click on the "Restart Application" button located on the upper right side of the Admin area.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.