Visual studio 2017 can not stop dotnet.exe
Visual studio is unable to stop dotnet.exe process.
General
After migration of 3 dotnet core projects from dotnet core 1 to 2.0, Visual Studio cannot stop dotnet.exe processes after stopping the debugging. The solution contains 3 dotnet core projects (Identity server, Api and Web application).
Visual studio shows the popup window "Stop Debugging in Progress..." with the message: "Debugging is being stopped but is not yet complete. You can force debugging to stop immediately, but any processes being detached may be terminated instead. this window will automatically close when the debugging has completely stopped." but it can not stop the dotnet.exe process.
Even the "End Process" on the Processes-Tab can not terminate the dotnet.exe process, it gives an AccessDenied warning.
Even the command "taskkill /pid ProcessID /f" cannot terminate it. It returns "The process with PID ProcessID could not be terminated." Error, with "This task is not running currently" as reason.
The only possible solution that I have at this moment is restarting my pc, which makes the development impossible.
Does anyone have any idea why this is happening?
Visual studio 2017 can not stop dotnet.exe
Visual studio is unable to stop dotnet.exe process.
General
After migration of 3 dotnet core projects from dotnet core 1 to 2.0, Visual Studio cannot stop dotnet.exe processes after stopping the debugging. The solution contains 3 dotnet core projects (Identity server, Api and Web application).
Visual studio shows the popup window "Stop Debugging in Progress..." with the message: "Debugging is being stopped but is not yet complete. You can force debugging to stop immediately, but any processes being detached may be terminated instead. this window will automatically close when the debugging has completely stopped." but it can not stop the dotnet.exe process.
Even the "End Process" on the Processes-Tab can not terminate the dotnet.exe process, it gives an AccessDenied warning.
Even the command "taskkill /pid ProcessID /f" cannot terminate it. It returns "The process with PID ProcessID could not be terminated." Error, with "This task is not running currently" as reason.
The only possible solution that I have at this moment is restarting my pc, which makes the development impossible.
Does anyone have any idea why this is happening?