We have a very niche issue where we want to run a VB6 executable that generates several crystal reports. It works if we run the executable manually, however if we run the executable as a task from VisualCron we get the error "Automation error The object invoked has disconnected from its clients. -2147417848". We were able to trace the point of failure to the line of code "Form1.CrystalReport1.Action = 1", which just executes the actual report once all the parameters have been set. Any suggestions how to fix?