[Mono-dev] Task scheduler and ole32.dll is missing

lextm support at lextm.com
Sat May 4 12:25:32 UTC 2013


It seems that you are also new to .NET and Windows. The task scheduler
project you refer to on CodePlex is simply a wrapper over the Windows task
scheduler COM interfaces (if you take a look at its source code). Thus, it
is Windows only and could not be used anywhere else.

To use a scheduler that runs cross platform, you might check out Quartz,

http://sourceforge.net/projects/quartznet/

There are threads on StackOverflow.com that talks about success of using it
on Mono. You can try it out and post your questions about it there too, 

http://stackoverflow.com/questions/tagged/quartz.net

Lex



--
View this message in context: http://mono.1490590.n4.nabble.com/Task-scheduler-and-ole32-dll-is-missing-tp4659572p4659584.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list