"Automated Error Reporting" in DLL assemblies
Marco
Posts: 19
I want to add "Automated Error Reporting" in a DLL assembly. Unfortunately, no try catch blocks will create in the methods and properties. When I reference this DLL assembly from an EXE assembly and an error occurs in the DLL, I cannot get the line number or values from the variables. The stack trace is not complete.
Thanks
Marco
Thanks
Marco
Comments
You're right, that is a bad bug that we noticed soon after releasing version 5.1.
It's fixed in the early access builds of 5.2 here:
http://www.red-gate.com/MessageBoard/vi ... .php?f=116
Or alternatively, you can work around it by referencing the ReportException dll found in the SDK folder in Program Files.
Apologies for that
Developer,
Red Gate .NET Tools