ravibpatel / CrashReporter.NET

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.
MIT License
185 stars 74 forks source link

WPF-Example #5

Closed Danielmdmu closed 7 years ago

Danielmdmu commented 7 years ago

Is there any Example how I can intergrate CrashReporter.NET in my WPF-Application?

ravibpatel commented 7 years ago

I updated the documentation. You can find it here.

Danielmdmu commented 7 years ago

Thanky you

ravibpatel commented 7 years ago

You may need to rebuild the library from project source. I fixed a problem with WPF application where crash report form doesn't look good because Visual Styles are not enabled in WPF application.