Hi,
I have a .net Windows application in the production that has no access to Visual Studio(standard edition), and the only thing they can install is the express edition, which does not have the Just-In-Time Debugging option (the one which has debug button when it crashes). So I was just wondering if there is a window application debugging tool or something else that I can run or attach to see stacktraces. I also enabled Pbd in my application, but it does not provide any more information, so I can trace my crashes (caused by unhandled exceptions)
Any help or comment would be highly appreciated.
thanks,