When there is an exception on my c# app an exception windows is shown on my pc like above. But When exception occured on my friends pc nothing shown to the user only the error message “Application stop working”. Why It is different my pc and my friend pc.


Not:Exceptions that you see in pict are different, on my pc application is working well , to show exception i do it manually
Unhandled exception dialog is only shown for exceptions occurred on UI thread. If the exception on remote machine occurred on a different thread that might be the cause.
It could also be related to Windows Error Reporting settings under Control Panel\System and Security\Action Center\Problem Reporting Settings