Released: Release 2.0 Beta (Aug 12, 2013)
Some bug fixes, better support for Windows 8 additions to core library, addition of Fluent syntax, and crontab syntax, since the 1.9.4 release. SeeSource Code for full details of changes.Download...
View ArticleCreated Release: Release 2.0 Beta (Aug 12, 2013)
Some bug fixes, better support for Windows 8 additions to core library, addition of Fluent syntax, and crontab syntax, since the 1.9.4 release. See Source Code for full details of changes.Download...
View ArticleCreated Unassigned: TaskScheduler 1.9.4 (on WindowsXP(SP3)) [11204]
Hallo,I have a little problem with TaskScheduler.dll 1.9.4 when it runs on an XP-System (SP3)I get HighestSupportedVersion = 1.1 from the sytem and work only with the function and property of this...
View ArticleEdited Issue: TaskScheduler 1.9.4 (on WindowsXP(SP3)) [11204]
Hallo,I have a little problem with TaskScheduler.dll 1.9.4 when it runs on an XP-System (SP3)I get HighestSupportedVersion = 1.1 from the sytem and work only with the function and property of this...
View ArticleCommented Issue: TaskScheduler 1.9.4 (on WindowsXP(SP3)) [11204]
Hallo,I have a little problem with TaskScheduler.dll 1.9.4 when it runs on an XP-System (SP3)I get HighestSupportedVersion = 1.1 from the sytem and work only with the function and property of this...
View ArticleSource code checked in, #86655
* Fixed problem counting Tasks under V1 * Changed Cron trigger method to FromCronFormat for clarity
View ArticleClosed Issue: TaskScheduler 1.9.4 (on WindowsXP(SP3)) [11204]
Hallo,I have a little problem with TaskScheduler.dll 1.9.4 when it runs on an XP-System (SP3)I get HighestSupportedVersion = 1.1 from the sytem and work only with the function and property of this...
View ArticleNew Comment on "Documentation"
I can't get this to work. The download doesn't contain NativeMethods.cs, which is required for SecurityEditor and TestTaskService (and others, but I do have another version/instance of this class which...
View ArticleSource code checked in, #86665
* Though not implemented, project SecurityEditor would not compile. This is fixed in this changeset.
View ArticleNew Comment on "Documentation"
Dangerous: For the SecurityEditor compile problem, I have updated the source code so it will compile. Please note however, that this project is not actually used by the TaskScheduler assemblies. It was...
View ArticleNew Post: Error on TaskCollection Movenext Method on windows 2003
Hello, i am new on Codeplex. I find your great library and i needed to deploy on a old windows 2003 sp2 server with .NET 3.0 only installed. My program enum the task and write the name to a file, and...
View ArticleNew Post: Unexplained Error On Windows XP Pro SP3
Hello, I have what I consider to be a very simple implementation. All I am doing is simply finding a task and getting info for it. When I run my program on Windows 8 it works great. When I try it on...
View ArticleNew Post: Unexplained Error On Windows XP Pro SP3
I found the problem. It's the line containing t.NumberOfMissedRuns.ToString() Not sure what is happening, but when I comment out that line everything works fine.
View ArticleNew Post: Error on TaskCollection Movenext Method on windows 2003
That code should do nothing different if the task name does not end with ".job". On the 1.0 version of the COM library, Microsoft's implementation is inconsistent, thus the need for this code. Are you...
View ArticleNew Post: Unexplained Error On Windows XP Pro SP3
If you look at the error, you will notice that it is a NotV1SupportedException. This exception will be thrown whenever you are accessing a portion of the library from older versions of Windows (like...
View ArticleNew Comment on "Examples"
Hi sir, excellent work. How do I specify that I wish to run the task whether the user is logged in or not? Thank you Paul
View ArticleNew Comment on "Examples"
Ok, sir I found it! You specify the user as SYSTEM. Thanks for a great component!!!!
View ArticleNew Post: How to disable task scheduler in c#
Hi all, Hope doing well, sir i am writing a code where i need to disable the particular task in task scheduler. Here is my code: string taskName = "Device"; TaskService ts = new...
View ArticleCreated Unassigned: Cannot list tasks [11226]
My tasks are located in C:\Windows\System32\Tasks and not C:\Windows\Tasks is there anyway to change the default folder location of "\" so my tasks can be located?
View Article