Posts
Sort by recent activity
local variable in error report
When I merge all my DLLS with the EXE, I get local variable in the error report. But when the DLLs are not merged, I do not get local variables. Is this behavior by design or am I doing somethi...
handling all exceptions manually?
From the forums I can see that SA can send an exception report manually using ExceptionReporting.ReportException(Exception). In this situation would I still have to go through the process of using...