C# application It still visible in Task Manager after exit

749 Views Asked by At

I am currently debugging a C# Windows form application. I am exiting application through Application.Exit() But It still shows on the Task Manager and weird thing is that I am not able to terminate it either. The only way is to reboot.

1

There are 1 best solutions below

0
On

Go to project properties, navigate to the Debug section and deselect "Enable the Visual Studio hosting process".

Next time you perform a debug it should clear out the process.