New Post: Having trouble getting task registered
I'm new to this wrapper so my issue could be just ignorance. I have tried to register a task using various login types and I keep trapping an error with this message, "(15,19):UserId:1". Does anyone...
View ArticleNew Post: Having trouble getting task registered
Are you mimicking the "Creating tasks..." samples here or here? That error usually is from an incorrectly formatted userId in the RegisterTaskDefinition method.
View ArticleNew Post: TriggerCollection.Collect() always returns False in case Monthly...
Hi, I am not able to understand why TriggerCollection.Contains() always returns False in case Monthly Trigger even if the trigger is present. In other trigger types the collection returns correct...
View ArticleNew Post: Where will you go??
Hi Where will you go when CodePlex is shutdown? Regards Dennis
View ArticleNew Post: Where will you go??
https://github.com/dahall/taskscheduler There is an old version there that I posted to hold the URL, but the code is not current and I haven't switched over to use it as the source repository. I'm...
View ArticleNew Post: TriggerCollection.Contains() always returns False in case Monthly...
You found a bug in how I'm comparing MonthlyTrigger. Thank you. I have fixed it and it will be in the next release.
View ArticleSource code checked in, #98199
* Fixed problem when determining equality of two MonthlyTrigger instances (thanks JDOSHI)
View ArticleNew Post: TriggerCollection.Add() adds the Trigger but sets the StartBoundary...
TriggerCollection.Add(Trigger t) adds the Trigger but sets the StartBoundary to Current DateTime instead of using the StartBoundary of t. The issue is reproduced while trying to Add the Trigger fetched...
View ArticleNew Post: TriggerCollection.Contains() always returns False in case Monthly...
When is the next release scheduled ? Can you please suggest a kind of workaround of this situation. It's a production issue and needs to provide some fix.
View ArticleNew Post: Task Scheduler 2.0 settings - Bug Found?
Hello, I am working on using the TSMW setting up some tasks that use the 'run only if logged on' Task Scheduler 2.0 feature, and I have been running into problems. I keep getting errors to the effect...
View ArticleSource code checked in, #98201
* Fixed background thread conflicts in TaskHistoryControl * Fixed background thread overruns in TestTaskService.MMC * Added TaskFolder.EnumerateTasks and TaskFolder.EnumerateFolders methods to provide...
View ArticleSource code checked in, #98202
* Removed change to V1 ITaskEnum as it didn't work with .NET 2.0 * Fixed some problems with V1 serialization
View ArticleSource code checked in, #98203
* Removed unnecessary exception handler in Trigger(TaskTriggerType) constructor
View ArticleReleased: Release 2.5.24 (May 02, 2017)
Update historyVersion 2.5.24Fixed background thread conflicts in TaskHistoryControl Added TaskFolder.EnumerateTasks and TaskFolder.EnumerateFolders methods to provide an IEnumerable queryFixed problem...
View ArticleUpdated Release: Release 2.5.24 (May 02, 2017)
Update historyVersion 2.5.24Fixed background thread conflicts in TaskHistoryControlAdded TaskFolder.EnumerateTasks and TaskFolder.EnumerateFolders methods to provide an IEnumerable queryFixed problem...
View ArticleNew Post: TriggerCollection.Contains() always returns False in case Monthly...
I just pushed version 2.5.24 that contains the fix.
View ArticleNew Post: Task Scheduler 2.0 settings - Bug Found?
This is not an error as is indicated in multiple threads on this discussion board. (e.g. http://taskscheduler.codeplex.com/discussions/633848) This was a setting provided for backwards compatibility...
View ArticleNew Post: TriggerCollection.Add() adds the Trigger but sets the StartBoundary...
This "feature" is to work around a problem with Windows 7 and later where trying to register a trigger with a StartBoundary in the past throws an error on registration. Tell me what you are trying to...
View ArticleNew Post: Task Scheduler 2.0 settings - Bug Found?
Ahhhhh, that explains it. My problem is solved. There are two places that you set the Interactive token: the TaskDefinition.Principal.LoginType and in the RegisterTaskDefinition call. Might I recommend...
View Article