ScanIAm wrote:
I'm not familiar with how to set this up for web remote deployments, but if you have control over what shows up in the email, then look at
System.Exception.StackTrace
it's part of the exception object, and it should hold the stack trace and line numbers (if they are available).
Thanks.. but yes the template formatting the email includes the full stack trace, which would contain the line number. That is the part I don't understand, it
should show me the line number since it was compiled for debug and symbols for other libraries are there.
