I am running a Winforms app on the server and after running the app for some time, the app is crashing with a messages on the pictures below. It happens only on the server but not locally. How can I solve this problem?
Images:

](https://i.stack.imgur.com/Ksp9T.png)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a typical crash scenario, where you can consider the following,
http://blogs.msdn.com/b/lexli/archive/2009/08/23/when-the-application-program-crashes-on-windows.aspx
If you cannot install VS on that server to debug, you should capture a crash dump from the machine, and then analyze it on another machine using WinDbg + sos.