My c# windows application is crashing abruptly and following application exception was logged by the DR.watson
Application exception occurred:
App: C:\Program Files\InstalltionFolder\Application.exe (pid=296)
When: 5/24/2012 @ 11:13:00.141
Exception number: e0434f4d
()
Your help would be much appreciated.
Rgds
P
You need to debug your application inside Visual Studio. Load it up, build it in Debug mode, and press F5 or select Debug -> Start Debugging from the menu.
Then do what you did before to get the exception. Visual Studio will ‘trap’ the exception and hopefully display more information to you regarding the problem.
Without knowing the exception code, not much more help can be given.