This is a migrated thread and some comments may be shown as answers.

Application will not Exit

3 Answers 43 Views
Diagnostics
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matt
Top achievements
Rank 1
Matt asked on 29 Jan 2013, 01:10 AM
After an unhandled exception is thrown, captured, and emailed, the application resumes and the user is presented with the diagnostic error message (send message? ok, cancel...) again and again. If I click cancel, the message goes away though.
Here's my code:
Diagnostics = new RadDiagnostics();
Diagnostics.IncludeScreenshot = true;
Diagnostics.EmailTo = "xxxxxx@xxxxxx.xxx";
Diagnostics.HandleUnhandledException = true;
Diagnostics.Init();

Any suggestions would be appreciated.
Thank you!

3 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 29 Jan 2013, 11:16 AM
Hi Matt,

Thank you for your interest in RadDiagnostics.

We are not aware of similar behavior in RadDiagnotics. So probably there is something more specific in your scenario. Maybe the exception that is reported occurs multiple times and this is why the message box keeps popping up. Could you please create a new support ticket and attach a sample project that reproduces the undesired behavior so that we can debug it and assist you further?

I'm looking forward to your answer.

All the best,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Matt
Top achievements
Rank 1
answered on 31 Jan 2013, 12:42 AM
Thanks for the reply. I was able to isolate the issue to an exception being thrown again and again. This happens when navigating to another page, and an exception occurs within the constructor of the new page.
0
Todor
Telerik team
answered on 04 Feb 2013, 11:03 AM
Hello Matt,

Now that you have isolated the issue, we've been able to reproduce it. You will be able to get the fix with our next internal build that we will release at the end of this week.

I have updated your Telerik points accordingly for your cooperation.

Regards,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
Diagnostics
Asked by
Matt
Top achievements
Rank 1
Answers by
Todor
Telerik team
Matt
Top achievements
Rank 1
Share this question
or