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 : (e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top