Hi Team,
We wanted to open parallel/multiple instances for word, PowerPoint and Excel files for the .net print application.
For that same extension file opened with multiple instances and from the .net code side, we require to kill specific file instance.
If we take the Process[] class approach to getting the owner of the process then it will just return proessId for the main session, so how to kill specific file instances in case if there any stuck or hang issue with this parallel work ?
Please suggest.
Thanks