02-15-2008 02:59 PM
02-18-2008 10:21 AM
Hello Gerry,
You can certainly call a task from two different applications. Can you tell me a little more about your Active X call and how you are setting things up? What programming language are you using for your main application?
As you noted, this error generally occurs when the task reference you are using is invalid. It is possible that the task you are referencing has been closed by the time you poll it with your Active X application. Make sure that you are passing the correct task reference and that it has not been closed or cleared when trying to access it.
I am curious, you said that running the polling in the first application was system intensive, what behaviors were you experiencing in regards to this? How were you going about polling the task?
Regards,
02-18-2008 10:32 AM