My asserts aren't generating message boxes, sometimes they send a message to debug output and end the thread without giving me a more aggressive notification. How can I force all my Debug.Asserts to just throw, so I know that I see them?
A:
It should throw if you haven't disabled it using <assert assertuienabled="false"/>
in <system.diagnostics>
section.
UserControl
2009-10-16 10:48:35
i have that set, no dice..
Dustin Getz
2009-10-26 19:11:11