I develop a WPF application that closes by calling Application.Current.Shutdown. When installed on a 'normal' machine, and the app is closed all the windows close and the process exits just fine. But, when installed on a machine with Visual Studio, the windows close on shutdown but the process never exits.I develop a WPF application that closes by call