Hey,

I'm using a background worker.
In the DoWork event, I call my routine that is to be executed.
Within that routine, I call another routine in my application at which point the program ends.
Am I not allowed to call another routine from within the DoWork routine?
is that the limitation of the background worker?

Thanks,