Groups | Blog | Home
all groups > dotnet faqs > august 2004 >

dotnet faqs : Scheduling a .NET component



Kris
8/17/2004 4:16:35 PM
You cant schedule just .NET component. It has to be an EXE. If all you have
is a component, wrap it up with a Main to make an exe and schedule it just
like any other exe based application. If you are looking for .NET wrapper
for Scheduler API, check out www.codeproject.com. I remember seeing a
wrapper for the same there.


[quoted text, click to view]

arcvonz
8/17/2004 6:13:59 PM
I have a.NET component that needs to be scheduled to run programmatically.
How can it be done, any interface to Task Scheduler from .NET?

Thanks,
Arc

AddThis Social Bookmark Button