T
Tyrant Mikey
Do assertions not work in ASP.NET because it is a "service" type
application?
application?
Tyrant Mikey said:Well, just about any kind of assertion.
Debug.Assert(False)
That should stop the code and display a messagebox detailing the
assertion. But it doesn't. The text goes to the trace window, but I
want it to STOP my program. (You know, like an assertion failure SHOULD
do.)