Quantcast
Browsing all 2206 articles
Browse latest View live

Source code checked in, #86644

* Updated comments and help for 2.0 beta release.

View Article


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 Article


Created 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 Article

Created 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 Article

Edited 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 Article


Commented 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 Article

Source code checked in, #86655

* Fixed problem counting Tasks under V1 * Changed Cron trigger method to FromCronFormat for clarity

View Article

Closed 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 Article


New 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 Article


Source code checked in, #86665

* Though not implemented, project SecurityEditor would not compile. This is fixed in this changeset.

View Article

New 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 Article

New 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 Article

New 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 Article


New 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 Article

New 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 Article


New 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 Article

New 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 Article


New Comment on "Examples"

Ok, sir I found it! You specify the user as SYSTEM. Thanks for a great component!!!!

View Article

New 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 Article

Created 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
Browsing all 2206 articles
Browse latest View live