Click here to Skip to main content
16,022,542 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I can run maximum 6 instances of my windows application at a time. But what I find that sometimes one EXE still remains running and can be seen in Task Manager only (although all the application windows are closed). Can anyone suggest me how to exactly handle this scenarion?
Posted
Comments
michaelschmitt 20-Jul-10 5:23am    
Yes, you should find out, why your application is still running, even if all the windows are closed.
At some point, you're not exiting the application correctly or something still resides in memory. Maybe
some thread is still running or some resource is still in access.
Developer_2010 20-Jul-10 5:43am    
yes. but how?

It's called "using the debugger".
 
Share this answer
 
Comments
Developer_2010 22-Jul-10 2:50am    
What is this? Can you elaborate?
Hi Close your VS.Net editor and try to run
 
Share this answer
 
Comments
Developer_2010 20-Jul-10 6:39am    
tried..but no change. :(
Developer_2010 22-Jul-10 2:49am    
no solution yet :(

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