Scheduling a .NET component

A

arcvonz

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
 
K

Kris

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top