This question is locked. New answers and comments are not allowed.
Hi Telerik Team,
how do I stop the message box from displaying after an exception occurred? I already tried both ways: Click 'Yes' and send the E-Mail and click 'No' and don't send the E-Mail. But still, when I start the app the message box appears. I don't need a custom action so that's why the only code I have is (in the constructor of the App.cs file)
Kind Regards,
Stephan Arenswald
how do I stop the message box from displaying after an exception occurred? I already tried both ways: Click 'Yes' and send the E-Mail and click 'No' and don't send the E-Mail. But still, when I start the app the message box appears. I don't need a custom action so that's why the only code I have is (in the constructor of the App.cs file)
// Telerik Diagnosticsvar radDiagnostics = new RadDiagnostics();radDiagnostics.ApplicationName = AppResources.Base_Title;radDiagnostics.EmailTo = "...";radDiagnostics.Init();Kind Regards,
Stephan Arenswald