Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Iam facing problem with the .exe application execution in windows

if i wanted to executed the .exe application on other system it showing

A Problem caused the program to stop working correctly.Windows will close the program and notify you if a solution is available.

how to resolve this issue
Posted
Updated 25-Apr-15 3:17am
v5
Comments
Richard MacCutchan 25-Apr-15 8:55am    
You need to do some debugging of your program to see what is happening.
Dave Kreskowiak 25-Apr-15 10:08am    
Without the EXACT error message, it's impossible to help you.
ZurdoDev 25-Apr-15 12:45pm    
You'll have to troubleshoot it.
Sergey Alexandrovich Kryukov 25-Apr-15 20:49pm    
Not enough information. Actually, nearly no information.
—SA

1 solution

You should log every thing in your application to know the problem. For doing this, you should start logging from the Main() method of the application and before and after each line of code that you have some calculations or resource access, you should log some information like 'Class name', 'Method name', 'Method parameters'(if exists) and etc.
After that you can find the exact place of the problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900