Application.exit() fails to terminate application.
i have an application that that runs successfully. Whenever I want to exit from application, i am using Application.exit(). But this method fails to terminate the whole process. All loaded forms are unloaded immediately. But service is not stopping. It is running in back ground(i see in task manager).i have to terminate it manually. if I want to exit from application normally,then there isn't any problem. This problem only occures when i want to terminate the application forcefully..
Please help me....
Saumya
|