Commented Unassigned: Separate out scheduler UI into user control [12115]
The UI for configuring the schedule of a task (once/daily/weekly/monthly) is very nice. I'd like it to be a user control, please. That way I could use it in a simpler interface, that is without the...
View ArticleCommented Unassigned: Separate out scheduler UI into user control [12115]
The UI for configuring the schedule of a task (once/daily/weekly/monthly) is very nice. I'd like it to be a user control, please. That way I could use it in a simpler interface, that is without the...
View ArticleCreated Unassigned: TriggerEditDialog: DateTime out of range [12117]
Run this code:var trigger = new TimeTrigger();trigger.EndBoundary = new DateTime(2016, 1, 1);var dialog = new TriggerEditDialog(trigger, supportV1Only: false);dialog.ShowDialog();Then interactive with...
View ArticleCommented Unassigned: TriggerEditDialog: DateTime out of range [12117]
Run this code:var trigger = new TimeTrigger();trigger.EndBoundary = new DateTime(2016, 1, 1);var dialog = new TriggerEditDialog(trigger, supportV1Only: false);dialog.ShowDialog();Then interactive with...
View ArticleNew Post: COMException Issue
I have a user of my program that contains this library and he's getting COMException exceptions along with the error message "The task image is damaged or tampered with". Has anyone else been seeing a...
View ArticleNew Post: COMException Issue
This is the first I have heard of this, but a quick internet search turned up these...
View ArticleNew Post: COMException Issue
That's the funny thing, I rolled back to version 2.0 of the DLL and it instantly fixed it for the people who were having issues. I was using version 2.32 and that was causing issues for some people....
View ArticleClosed Unassigned: Separate out scheduler UI into user control [12115]
The UI for configuring the schedule of a task (once/daily/weekly/monthly) is very nice. I'd like it to be a user control, please. That way I could use it in a simpler interface, that is without the...
View ArticleNew Post: COMException Issue
Between those versions, I added support for the new interfaces introduced in Windows 8. Other than bug fixes and task validation, only minor edits have been made since. In which version(s) of Windows...
View ArticleNew Post: WeeklyTrigger starting at the wrong time
Hi I have a problem with the WeeklyTrigger. Today we have monday 23 of June. I want to create a Task, which is called every tuesday. At the time where the code is executed + one minute. The beginning...
View ArticleNew Post: WeeklyTrigger starting at the wrong time
Oh no. I thought wie have Monday bu it's tuesday. So please igmore this thread -.- I am sorry
View ArticleNew Post: COMException Issue
Some users reported the issue on Windows 7 and Windows 8.x.
View ArticleNew Post: COMException Issue
Can you tell me which line of code causes the exception? If not, can you tell me what activities the users are performing relating to tasks when the exception occurs?
View ArticleSource code checked in, #96679
* Added Spanish translations (not complete) * Fixed bug with Trigger.StartBoundary in UI
View ArticleSource code checked in, #96680
* Changed "German - Germany" resources to generic "German"
View ArticleSource code checked in, #96681
* Fixed bug related to changing trigger in UI from non-time trigger to time trigger losing StartBoundary
View ArticleCommented Unassigned: TriggerEditDialog: DateTime out of range [12117]
Run this code:var trigger = new TimeTrigger();trigger.EndBoundary = new DateTime(2016, 1, 1);var dialog = new TriggerEditDialog(trigger, supportV1Only: false);dialog.ShowDialog();Then interactive with...
View ArticleSource code checked in, #96685
* Tweaked UIs for spacing under Spanish * Fixed bug with event sources enumerating in UI
View ArticleReleased: Release 2.3.3 (Jun 24, 2015)
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. Since 2.0.3 release, added support for .NET 2.0, 3.5 and...
View Article