Created Unassigned: Supports serialization to XML for 1.0 tasks [12309]
Hello,I need to support first version of task and use serialization to save task data. I catch an exception "Value cannot be null." when try to create task with daily trigger from saved data. Code to...
View ArticleUpdated Wiki: EventSamples
Task Event Management Many applications have the need to audit the execution of the tasks they supply. To enable this, the library provides the TaskEventLog class that allows for TaskEvent instances to...
View ArticleNew Post: Event for stop/Exit of started task
Sometimes with these event handlers, there can be threading problems. I have posted a sample project just for task watching in the documentation for Task Events. Look there for some further hints on...
View ArticleNew Post: Suggestion for Task.LastTaskResult
The Scripting library referenced translates the HRESULT value to a string. The COM library (which is what is used for this wrapper) returns an HRESULT as stated in earlier posts...
View ArticleNew Post: "(50,8):Command:" Exception triggered on OK for Task Editor
First, thanks for all the work you've done on this very nice library! I allows me to edit and monitor existing tasks very nicely. I bumped into a problem with creating a new task. A click on the OK...
View ArticleNew Post: "(50,8):Command:" Exception triggered on OK for Task Editor
That is a Microsoft native library error indicated that there is something wrong with the value supplied for the Path of an ExecAction. Check to make sure you don't have invalid characters or empty...
View ArticleSource code checked in, #97993
* Fixed bug in V1 XML read * Fixed bug in TaskEventWatcher that forced Enabled = true and messed with component initialization * Autoset all TaskService properties when form or component added to form...
View ArticleClosed Unassigned: Supports serialization to XML for 1.0 tasks [12309]
Hello,I need to support first version of task and use serialization to save task data. I catch an exception "Value cannot be null." when try to create task with daily trigger from saved data. Code to...
View ArticleReleased: Release 2.5.8 (Dec 21, 2015)
Update historyVersion 2.5.8A few bug fixes (see History) Updated NuGet to include symbolsVersion 2.5.7Fixed V1 error with ActionCollection.Clear Added TaskSchedulerConfig project (incomplete) to help...
View ArticleUpdated Release: Release 2.5.8 (Dec 21, 2015)
Update historyVersion 2.5.8A few bug fixes (see History)Updated NuGet to include symbolsVersion 2.5.7Fixed V1 error with ActionCollection.ClearAdded TaskSchedulerConfig project (incomplete) to help...
View ArticleNew Post: "(50,8):Command:" Exception triggered on OK for Task Editor
many Thanks for the fast and accurate answer!
View ArticleNew Post: TriggerEditDialog - how to add edited TimeTrigger to a Task...
After editing a TimeTrigger (MyTrigger) in TriggerEditDialog, trying to add the edited trigger to a task definition fails to reflect the properties set by the TriggerEditDialog. Dim MyTrigger As New...
View ArticleNew Post: TriggerEditDialog - how to add edited TimeTrigger to a Task...
I think I see the solution. AFTER the dialog is closed, we still have access to the .Trigger property of the dialog, That gives us the updated trigger properties.
View ArticleNew Post: Nuget package of source
When I pushed version 2.5.8 yesterday the SymbolSource site was down. It still is today. As soon as it is up, I will push the NuGet symbols there.
View ArticleNew Post: Task creation issue and login issue
What is happening and I don't understand is when the user installs my app it doesn't use the user name but goes to "System" and with the settings "Run whether user is logged on or not." When I delete...
View ArticleNew Post: Task creation issue and login issue
also forgot to mention I'm running windows 10 Pro 64 bit and the latest version for you DLL I believe its 2,5,8 I think.
View ArticleNew Post: Task creation issue and login issue
When no user information is provided to the RegisterTaskDefinition method, it first looks to those provided to the Principal property and then uses the credentials of those provided to the TaskService...
View ArticleCommented Feature: Some localized time units in Polish don't work when...
Hi David,The following localized Polish string don't work:minut or minuty (for minutes)godzin (for hours)The following work:godzina (for hour or hours) Bez ograniczeń (for Indefinitely)dzień (for...
View ArticleNew Post: Task creation issue and login issue
What does this Exception mean ? (17,8):userId: I'm getting it at creation of a new task.
View Article