Visual studio stop on Restart application and plugin install/uninstall

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

When I restart nopCommerce 4.0 application from admin side it always stop visual studio and as well as application.

Same thing happening on Plugin install and uninstall time.
It's take too much time for build and run project every time on restart application and plugin install/uninstall moment.

There is any solution for that than let me know.


Thank You
6 years ago
Does Anyone have any solution?
6 years ago
Hi,

try to change debug mode from IIS Express to Nop.Web

like this https://imgur.com/Btlj4KB
6 years ago
kava wrote:
Hi,

try to change debug mode from IIS Express to Nop.Web

like this https://imgur.com/Btlj4KB


Hello Kava,
Thanks for solution and it's working with Nop.Web as per your solution.
6 years ago
kava wrote:
Hi,

try to change debug mode from IIS Express to Nop.Web

like this https://imgur.com/Btlj4KB


Hey, It's working fine and now visual studio not stopping on restart server and plugin install/uninstallation time.

But plugin is not proper uninstalling with Nop.Web mode.
5 years ago
The issue is that Visual Studio will finds dotnet.exe from the path. If you have the x86 and x64 versions installed, make sure the path to the x64 version is first on the path (or uninstall the x86 version)..

Also check your .net Core SDKs and Runtimes as well.
5 years ago
rajupaladiya wrote:
Hi,

try to change debug mode from IIS Express to Nop.Web

like this https://imgur.com/Btlj4KB

Hey, It's working fine and now visual studio not stopping on restart server and plugin install/uninstallation time.

But plugin is not proper uninstalling with Nop.Web mode.
.


Hello,

I am also facing same issue did you found any solution ?
5 years ago
Did you try my solution?
4 years ago
dianoche wrote:
Did you try my solution?

Are you talking about Visual Studion or SDK ?

Because visual studion 2017 is not available for 32 bit (x86).
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.