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
184 stars 74 forks source link

Fix compatibility with mono #21

Closed tarekwiz closed 5 years ago

tarekwiz commented 5 years ago

Since Mono does not support System.Deployment.Application, this fixes the compatibility issue with it.

tarekwiz commented 5 years ago

If you compile it under windows it should work, a better option is just to remove the Application.Deployment dependancy and stick to using the assembly version.

ravibpatel commented 5 years ago

@tarekwiz Did you test it under Mono environment after compiling it under Windows with this change?