Iam just calling a method like obj.Start(); I cannot catch any exception form it. Also the behavior shows that the process is done in another thread (That may be the reason why its reported back.) because the control flow is as normal after the method.
Also Its an activex control added to the form directly and not any calls through Interop. Its a method of the control. > I still have a hard time believing you can't catch a COMException > around that process. You need to trap for it explicitly. You may need > to include System.Runtime.Interop or similar. > >
