I have two .Net applications running on client machine.One is IMSOperations and other is IMSInvoice.Both are windows forms application using C#.
What happens is when both of these applications are running,after some time IMSOperations gets automatically closed.
What i tried is to find reason of closing by subscribing to main form's Form_Closing() event.IS there any other way to figure out what's going on and why is that application getting closed.