do release builds have the same amount of info in exceptions? e.g. will
exceptions cought in release builds contain stack trace etc.?
They shouldn't contain the debug info that the debug version contains such
as the line number etc.. The performance is a lot better, but you definitely
dont' get the same amount of information.

Signature
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
> do release builds have the same amount of info in exceptions? e.g. will
> exceptions cought in release builds contain stack trace etc.?