CrashReporter.NET
CrashReporter.NET copied to clipboard
Send crash reports of your classic desktop application developed using .NET Framework directly to your mail's inbox with full exception report, stack trace and screenshot.
Hi there, good job for this tool. I set the property silent = true but the E-Mailform will shown up. ` _reportCrash = new ReportCrash("xxx") { AnalyzeWithDoctorDump = false, IncludeScreenshot...
Not all wants email clutter. So we can keep it optional.
Hi everyone, It's possible to add a new feature for include Debug log in mail attachement ? Thanks.
Hello, can you show me a little VB.net example? I was trying to include your crashreporter, but have some errors. Thanks!
* save report In wpf project. * but i can't find screenshot in report. ```csharp base.OnStartup(e); AppDomain.CurrentDomain.UnhandledException += CurrentDomainOnUnhandledException; Application.Current.DispatcherUnhandledException += DispatcherOnUnhandledException; TaskScheduler.UnobservedTaskException += TaskSchedulerOnUnobservedTaskException; _reportCrash = new ReportCrash("Email where...
Hello everyone! I wat to use this project in my solutions, but i need to make some changes (adding some translations). Since the translations i will do are in portuguese,...
It would be great to have a .NET Core version of this project. Even a stripped down version would be awesome!
First off, I just want to say that this is a great piece of software; nice work @ravibpatel I was wondering if there are any plans to include an API...
Hi I think that will be usefull attach a file to the report sended by mail. Regards Francop
This is what it looks like in windows-11 device 