New Post: How to add checked CheckBoxes to the DaysOfWeek setting?
Hi there,I'm working in VB2010 not in C# but I hope someone can help me with my problem.I'm currently playing with this library to create scheduled tasks in Windows and now I have a question.I've...
View ArticleNew Post: COMException: "(37,8):LogonType" when changing user
Hi dahall,Thanks for your reply - that's fair enough, I can work around that constraint. However - I was seeing this problem even when just changing from one normal user to another (so both should have...
View ArticleNew Post: How to add checked CheckBoxes to the DaysOfWeek setting?
Here is some code I useDim wt As WeeklyTrigger = DirectCast(td.Triggers.Add(New WeeklyTrigger()), WeeklyTrigger) wt.StartBoundary = DateTime.Today + TimeSpan.FromHours(8) wt.DaysOfWeek =...
View ArticleNew Post: COMException: "(37,8):LogonType" when changing user
Thanks for pushing your point. I found a few bugs in the implementation of TaskPropertiesControl around prompting for and setting the account. The fixes will be in the next release (1.9.1).
View ArticleNew Post: create a task using UI
I am not an expert coder by any means so forgive me if this question is obvious.I would like to create a object that stores all the task information from the editor UI. I see how to edit an existing...
View ArticleCreated Issue: TaskDefinition does not implement IDisposable [10612]
Class TaskDefinition has Dispose() method, but does not implement IDisposable, so we can't use using() statement
View ArticleNew Post: create a task using UI
You can use either the TaskEditDialog or TaskSchedulerWizard and then just initialize them or construct them with just a TaskService instance. If you wish to register the task (make it effective on the...
View ArticleNew Post: How to add checked CheckBoxes to the DaysOfWeek setting?
Thank you very much, I'll try it :-)
View ArticleSource code checked in, #81332
* Finished work on CorrelatedTaskEvent * Improved performance of history tab using threads and virtual list * Fixed bug with TaskPrincipal.UserId setting that added an extra '\' character * Fixed bug...
View ArticleNew Post: COMException: "(37,8):LogonType" when changing user
How long do you expect until the next release regarding this issue? Thank you
View ArticleNew Post: COMException: "(37,8):LogonType" when changing user
I have posted the code so you can build and use now. I will package the 1.9.1 release after some more testing over the next two weeks.
View ArticleNew Post: AC Power Conditions
Dehall, thanks a lot! That was exactly what I was looking for!
View ArticleCreated Issue: Nuget package version mismatch [10628]
I just downloaded the latest packages from Nuget:Task Scheduler Managed Wrapper UI LibraryTask Scheduler Managed WrapperTimeSpan Helper LibraryWindows Forms Aero-Wizard ControlWinForms Group...
View ArticleSource code checked in, #81421
* Completed validation and error handling on TaskPropertiesControl/TaskEditDialog
View ArticleCommented Issue: Nuget package version mismatch [10628]
I just downloaded the latest packages from Nuget:Task Scheduler Managed Wrapper UI LibraryTask Scheduler Managed WrapperTimeSpan Helper LibraryWindows Forms Aero-Wizard ControlWinForms Group...
View ArticleNew Post: COMException connecting to Windows 2012 Task Scheduler remotely
Hi,I am using TaskService class running on Windows server 2008 system to connect remotely to Task Scheduler on another Windows server system. The relevant code snippet follows:var ts = new...
View ArticleCommented Issue: Nuget package version mismatch [10628]
I just downloaded the latest packages from Nuget:Task Scheduler Managed Wrapper UI LibraryTask Scheduler Managed WrapperTimeSpan Helper LibraryWindows Forms Aero-Wizard ControlWinForms Group...
View ArticleNew Post: COMException: "(37,8):LogonType" when changing user
Hi dahall,Thanks for posting the fixed code, and thanks for taking the time to look into this issue. Much appreciated!
View Article