Activity overview
Latest activity by Marco
Does Automated Error Reporting support WCF?
Hi,
Is it possible to use the Automated Error Reporting in a Windows Communication Foundation (WCF) application and catch the exception on the client?
In a test we got in stack trace only the metho...
Wrong line number
When I use "Control Flow Obfuscation - Fastest" and / or "References Dynamic Proxy", the line number is not correct in the "Automated Error Reporting". I think this is a bug.
I posted it on 16 Jul,...
I forgot to write the SmartAssembly version. It is the version 5.5 EAP build 95 / comments
I forgot to write the SmartAssembly version. It is the version 5.5 EAP build 95
Wrong line number
When I use "Control Flow Obfuscation - Fastest" and / or "References Dynamic Proxy", the line number is not correct in the "Automated Error Reporting". I think this is a bug.
Regards, Marco
Which SmartAssembly version?
Hello
We have one build server and three developers should view error reports. Which SmartAssembly version (Professional or Team Package) is the right for us and why?
Thanks
Marco
"Automated Error Reporting" in DLL assemblies
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 an...
Hi
I have changed my test project to a Windows Forms Application and now everything works. However, this is not the solution, as we work with WPF.
Thanks
Marco / comments
Hi
I have changed my test project to a Windows Forms Application and now everything works. However, this is not the solution, as we work with WPF.
Thanks
Marco
I'm protecting a WPF application written in C#. I don't have any global error handling. / comments
I'm protecting a WPF application written in C#. I don't have any global error handling.
Hi
I have tested OverflowException, ArgumentNullException and DivideByZeroException. Unfortunately my program is always closed. If I use the ReportExceptionAttribute, then my program is not closed.
What is the problem?
Thanks
Marco / comments
Hi
I have tested OverflowException, ArgumentNullException and DivideByZeroException. Unfortunately my program is always closed. If I use the ReportExceptionAttribute, then my program is not closed....
Add "automated error reporting" to DLLs
Hi
The main part of our program is still in Visual Basic 6 and some smaller parts in .Net. The .Net parts are DLL assemblies. If I want to add the automated error reporting to my .Net DLLs, the Sma...