I wrote an application that gives the edge through a group of records and prints two things.
There is a report from an SSRS that works correctly
The second is a drawing that uses a COM object to print. The COM object randomly fails and causes the program to quit
Is there a way to stop the entire program from being killed if the COM object fails? I have tried to catch every exception at every level and it still does not work.
Do you have a code that is calling the COM object if you have a code, check that Whether there is an exit command on the failure
Comments
Post a Comment