When i tried to end my application with Application.Exit() Visual Studio seems to throw me an exception pointing to the Application.Run(new FormNameHERE()) saying that it had nothing to start. But my Application only calls the Application.Exit() after the Application.Run() in had been executed. Kinda strange. A workaround i did was to do an empty try..catch.
But is this a bug or is it just happening to me

Application.Exit() not working
Tyagi
multisession