Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Normally when you get an exception at runtime, you'll get a nice, pretty, big, red window that details the exception, inner excpetions and stack traces. However, with all design-time extensibility coding within Visual Studio, you can forget your structured exception handling as VS likes to snuff all of the exeptions. Hence, when your BOM window just "disappears" it threw an exception and VS killed it.
|