Getting visio.exe in task bar

D

dainish28

Hi ,

I have created a web service for visio organization chart.
i m using Excel file for developing visio chart by add-ons(using
"OrgCWiz").

Microsoft.Office.Interop.Visio.Addon chartWizard;


I have written all code with in try-catch-finally block.
This web service works fine.
But sometime i don't know reason - this web service fails.
when it fails one instantance of VISIO.EXE process in task manager
exists.
This is an infinite loop situation because whenever this occur code
doesn't go in either catch block or finally block .
Then i have to explicitly kill this process.
I m unable to find the error , plz help me
 
S

Shahzad Godil

I faced this same situation but only when any of my code was crashing. You
can remove all visio process using System.Process.GetProcessByName in .net

Thanks
Shahzad Godil
MSN Messenger : [email protected]
 
Top