I wanted to know why on some computers when an unhandled exception occurs in .NET (C# or VB.NET application) why it shows different dialogs.
Eg, on some computers it shows similar to this:

While on the others, it shows like this:

I wanted to show it like on the second (Unhandled exception has occurred in your application) one in all systems that use my application for some specific purposes.
Please don't suggest to use global exception handler method.
