Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Scheduling a .NET component

Reply
Thread Tools

Scheduling a .NET component

 
 
arcvonz
Guest
Posts: n/a
 
      08-17-2004
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


 
Reply With Quote
 
 
 
 
Kris
Guest
Posts: n/a
 
      08-17-2004
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.


"arcvonz" <> wrote in message
news:e7Xg%...
> 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
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scheduling Component Recommendation Wanted SuzyQ ASP .Net 3 05-31-2007 09:36 AM
Scheduling Component Recommendation Wanted SuzyQ ASP .Net Building Controls 3 05-31-2007 09:36 AM
Scheduling Component Recommendation Wanted SuzyQ ASP .Net Web Controls 3 05-31-2007 09:36 AM
Looking for task scheduling component... greg@ram-software.com C++ 1 02-20-2007 04:49 PM
Re: Calling a .NET component from a COM component remotely Soni ASP .Net 0 07-25-2003 04:33 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57