yaniva
2008-08-05 06:10:13 UTC
Hi
I want to close my .net application therefor i need to close all test stand resource. to do so im using the follow lines:
axApplicationMgr1.CloseAllExecutions();
axSequenceFileViewMgr1.GetCommand(CommandKinds.CommandKind_Exit).Execute(false);
axApplicationMgr1.GetEngine().UnloadAllModules();
It dosent seem to be helpfull, because sometime after the application closed the proccess is still exist (i can see it in the windows task manager)
any idea how can i close my application and test stand togther?
yaniv
I want to close my .net application therefor i need to close all test stand resource. to do so im using the follow lines:
axApplicationMgr1.CloseAllExecutions();
axSequenceFileViewMgr1.GetCommand(CommandKinds.CommandKind_Exit).Execute(false);
axApplicationMgr1.GetEngine().UnloadAllModules();
It dosent seem to be helpfull, because sometime after the application closed the proccess is still exist (i can see it in the windows task manager)
any idea how can i close my application and test stand togther?
yaniv