I have a large application with an explicit Application.Exit()
call after a confirmation dialog. However, if I debug that application and I quit, the application doesn't close. Visual Studio still says "Running". All windows are closed.
Is there a way to find out what part of the application is still running or blocking something? I tried "Break All", but it didn't give me any useful info. Also, I have only one process and no threads.