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 лет назад
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 лет назад
Does Anyone have any solution?
6 лет назад
Hi,

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

like this https://imgur.com/Btlj4KB
6 лет назад
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 лет назад
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 лет назад
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 лет назад
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 лет назад
Did you try my solution?
4 года назад
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.