Some development issues on nop 4.0

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 年 前
Using IISExpress or IIS:
-install a plugin will cause the application to exit the debugger
-reload the plugin list will cause the application to exit the debugger
6 年 前
Hi,

I too got the same issue.

1) While hitting "Reload the Plugin" the application getting closed from running in Visual Studio 2017.
2) The application getting closed after installed the plugin. We are not sure it's install or not... After reopen we can see the plugin was installed. But application closed from visual studio 2017.

Please help me on this...
6 年 前
Same issue!
6 年 前
I've always assumed this is by design.  In a normal deployment, the application restarts, but in the development environment it can't restart so it just stops running.  If you then start the application again, you have done the same thing the deployed application does.

I wouldn't worry about it.  Just re-start the development application.
6 年 前
I am too facing the same issue. Please can any one guide on this?
6 年 前
try to change debug mode from IIS Express to Nop.Web

like this https://imgur.com/Btlj4KB


for more details visit here
6 年 前
rajupaladiya wrote:
try to change debug mode from IIS Express to Nop.Web

like this https://imgur.com/Btlj4KB


for more details visit here



Please try this one.

I also used this solution and worked as expected.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.