Installing a new plugin causes every time a shut down of the nopcommerce while debugging

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I created a plugin which created two tables on the database successfully after that NopCommerce shuts down and I can't see which was the error. On the logs on the administration side I only see one error /Admin/Plugin/null) was not found
1-  Do I need to create a view for Admin?
2- If I deploy it to my local IIS it creates the tables but it doesn't say that is installed

What am I doing wrong?
5 years ago
zinov wrote:
I created a plugin which created two tables on the database successfully after that NopCommerce shuts down and I can't see which was the error. On the logs on the administration side I only see one error /Admin/Plugin/null) was not found
1-  Do I need to create a view for Admin?
2- If I deploy it to my local IIS it creates the tables correctly and says that it is installed and I can uninstall it as well
What am I doing wrong?
5 years ago
Whenever a plugin is installed, in order to load the plugin files, it's necessary to restart the app domain. That is what's done when nopCommerce installs a plugin.
Therefore when you install during a debug session, the process is stopped.

Hope that helps.
Regards,
Anshul
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.