Created Issue: Getting COMExcpetion when attempting to register changes in a...
I've create a task using this library, that worked.Now when I use the TaskEdit dialog in the following way:```Using D As New TaskEditDialog() Using Tsk As Task = ts.GetTask("\MyTasks\Task1") D.Editable...
View ArticleEdited Issue: Getting COMExcpetion when attempting to register changes in a...
I've create a task using this library, that worked.Now when I use the TaskEdit dialog in the following way:```Using D As New TaskEditDialog() Using Tsk As Task = ts.GetTask("\MyTasks\Task1") D.Editable...
View ArticleNew Post: Getting COMExcpetion when attempting to register changes in a...
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Logon Trigger
Logon triggers are kind of special cases as they are dependent on the security context of the current user. Check the link at...
View ArticleNew Post: TaskScheduler NuGet package includes NCrontab.dll
Thank you. I have corrected this and when I post the 2.0.1 NuGet package it will be remediated.
View ArticleSource code checked in, #88259
- Updated version to 2.0.1 - Added additional error handling to Task.GetRunTimes method - Added ToString implementations for some classes to help with debugging - Fixed problem under Windows 8 and 8.1...
View ArticleReleased: Release 2.0.1 (Jan 07, 2014)
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 ArticleUpdated Release: Release 2.0.1 (Jan 07, 2014)
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 ArticleClosed Issue: Getting COMExcpetion when attempting to register changes in a...
I've create a task using this library, that worked.Now when I use the TaskEdit dialog in the following way:```Using D As New TaskEditDialog() Using Tsk As Task = ts.GetTask("\MyTasks\Task1") D.Editable...
View ArticleNew Post: System.IO.FileNotFoundException when selecting run times From/To...
I believe this is fixed, again, with version 2.0.1.
View ArticleSource code checked in, #88261
- Updated version to 2.0.3 to compensate for being a dolt and updating the NuGet package out of sync
View ArticleReleased: Release 2.0.3 (Jan 07, 2014)
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 ArticleUpdated Release: Release 2.0.3 (Jan 07, 2014)
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 ArticleNew Post: .NET 4.0/4.5 targeting
Current codebase targets .NET Framework 2.0. Are you planning to add 4.0/4.5 specific builds? Or should we just get the source and build it ourselves?
View ArticleNew Post: .NET 4.0/4.5 targeting
I have not planned on it, but am open to it. Are you aware of a simple way to create different builds of the same code base against different .NET versions?
View ArticleNew Post: Some tasks not running
Hi all, I made tasks (about 900 tasks) using this library. when i tried create only one task, it runs perfectly. But when I created 900 tasks, not all tasks run. I've enabled triggers and settings. If...
View ArticleNew Post: Some tasks not running
My guess is that it has something to do with re-using triggers between different tasks. The way to know for sure is to pull the XML (using the system tool Task Scheduler) for the task that works and...
View ArticleCommented Issue: Getting COMExcpetion when attempting to register changes in...
I've create a task using this library, that worked.Now when I use the TaskEdit dialog in the following way:```Using D As New TaskEditDialog() Using Tsk As Task = ts.GetTask("\MyTasks\Task1") D.Editable...
View ArticleReopened Issue: Getting COMExcpetion when attempting to register changes in a...
I've create a task using this library, that worked.Now when I use the TaskEdit dialog in the following way:```Using D As New TaskEditDialog() Using Tsk As Task = ts.GetTask("\MyTasks\Task1") D.Editable...
View ArticleCommented Issue: Getting COMExcpetion when attempting to register changes in...
I've create a task using this library, that worked.Now when I use the TaskEdit dialog in the following way:```Using D As New TaskEditDialog() Using Tsk As Task = ts.GetTask("\MyTasks\Task1") D.Editable...
View Article