Error: Task Scheduler failed to launch action "" ..................................
I found one source of this error. I mean the reason why "" is blank and not appearing with task name.
Possible Reason: The assembly is not registered for COM or Not made as COM visible.
Steps:
CHeers,
Jojo
I found one source of this error. I mean the reason why "" is blank and not appearing with task name.
Possible Reason: The assembly is not registered for COM or Not made as COM visible.
Steps:
- Go to the properties window of the your project where the COM Handler is registered.
- Click on 'Assembly Information' button.
-
A checkbox appears which indicates "Mark as COM Visible". Check this.
CHeers,
Jojo