G
Guest
Is it true that a backgroundworker will only work in winforms applications,
and not in console applications and/or windows services ?
If have an object (Task) that instantiates different backgroundworker
instances. If I start the task object from a windows form, it works fine. If
I do this from a windows service, it will start the Task object, but will
never fire my real object.
Any help would be nice.
and not in console applications and/or windows services ?
If have an object (Task) that instantiates different backgroundworker
instances. If I start the task object from a windows form, it works fine. If
I do this from a windows service, it will start the Task object, but will
never fire my real object.
Any help would be nice.