Cannot close application in or outside of debugger
-
Tried
Application.Exit()
but it didn't change anything. I'm usingFormClosing
, but notFormClosed
. Only one eventhandler forFormClosing
. I gotta get off of here for tonight. Early start / long day tomorrow. I'll work on it again tomorrow. As always, thanks for your help. :)If Barney Frank eats a fruitcake, is it cannibalism?
-
GamleKoder wrote:
Barney Frank is one of the few decent, intelligent people we have in congress.
Risible at best. Let's face it - it was Barney Frank who swore up and down that Fanny and Freddy were solid even while Bush was warning that they needed to be more closely regulated. Barney Frank is a typical big spending, lying, agenda-driven liberal, and he bears a large part of the blame, via the Fanny and Freddy mess, for the bigger mess we're in now. Say what you will, but facts are facts. Barney is the poster boy for the brainless left.
If Barney Frank eats a fruitcake, is it cannibalism?
-
You may want to use WinMerge to compare the differences between your old and new project. Who knows, maybe something will stick out.
[
S<T>::f(U) // Out of line.
](http://msdn.microsoft.com/en-us/library/8yk3t00s(v=vs.71).aspx)
I was just going to point out that using a SCM would have helped diff'ing this as well. Or rolling back to last known good state... Andreas
-
I have a single-thread project that's been working fine until tonight. Everything goes well until I try to close it. No error msg, it doesn't freeze. But it won't close. In VS I have to hit the Stop Debugging button. If I run it from a shortcut, I have to use Task Manager to close it (and I get a Not Responding msg). The only changes I've made tonight was to add a tab control, one page with a WebBrowser and one with a ScintillaNet control. The ScintillaNet control was already in use and I simply moved it to a tabpage. I undid all this but the problem still exists. Closed and restarted VS and that didn't help. Commented out everything in the FormClosing sub - no effect. Other projects close without issue. Suggestions?
If Barney Frank eats a fruitcake, is it cannibalism?
Had a similar situation in C# and solved it with: Environment.Exit ();