New Post: Run whether user is logged on or not
Hi - I was wondering how I can set the Task to "Run whether user is logged on or not" problematically. Any help pointing me in the right direction is much appreciated. Thanks!
View ArticleSource code checked in, #81553
* Added designer to TaskPropertiesControl * Changed model for showing tab in TaskPropertiesControl. Now all tabs can be hidden through one property. The Show***Tab properties have been marked obsolete...
View ArticleReleased: Release 1.9.1 (Nov 29, 2012)
Many bug fixes, full support for Windows 7 and Windows 8 additions to core library, and an enhanced editor to allow editing of all properties, since the 1.8.3 release. SeeSource Code for full details...
View ArticleUpdated Release: Release 1.9.1 (Nov 29, 2012)
Many bug fixes, full support for Windows 7 and Windows 8 additions to core library, and an enhanced editor to allow editing of all properties, since the 1.8.3 release. See Source Code for full details...
View ArticleClosed Issue: Nuget package version mismatch [10628]
I just downloaded the latest packages from Nuget:<br>Task Scheduler Managed Wrapper UI Library<br>Task Scheduler Managed Wrapper<br>TimeSpan Helper Library<br>Windows Forms...
View ArticleNew Post: Run whether user is logged on or not
Please see the post http://taskscheduler.codeplex.com/discussions/396537 where the exact same question was asked.
View ArticleNew Post: COMException connecting to Windows 2012 Task Scheduler remotely
I don't have two systems to test this on, but I'm curious which line in the code above is throwing the exception? Will you send me the stack information?
View ArticleSource code checked in, #81559
* Fixed omission of IDisposable interface on TaskDefinition and TaskPrincipal
View ArticleSource code checked in, #81573
* Some work on ComTaskHandler project (no success) * Fixed problem with tabs in TaskPropertiesControl * Updated to 1.9.2 to push out critical fix
View ArticleReleased: Release 1.9.2 (Nov 29, 2012)
Many bug fixes, full support for Windows 7 and Windows 8 additions to core library, and an enhanced editor to allow editing of all properties, since the 1.8.3 release. SeeSource Code for full details...
View ArticleUpdated Release: Release 1.9.2 (Nov 29, 2012)
Many bug fixes, full support for Windows 7 and Windows 8 additions to core library, and an enhanced editor to allow editing of all properties, since the 1.8.3 release. See Source Code for full details...
View ArticleClosed Issue: TaskDefinition does not implement IDisposable [10612]
Class TaskDefinition has Dispose() method, but does not implement IDisposable, so we can't use using() statementComments: Fixed with 1.9.2. Thanks for finding this.
View ArticleNew Comment on "Documentation"
is there a way to load a XML with a task definition and register the task definition?
View ArticleNew Post: Converting TaskDefinition to work with Server 2003 R2
Is it possible to take a TaskDefinition made with the Task Scheduler Wizard on a Windows 7/2008 R2 machine and make it so it is also compatible with Server 2003?
View ArticleNew Post: Saving a Task
Is it possible to save a Task to a file to be called from later?
View ArticleNew Post: Saving a Task
Nevermind figured it out. How to: Write Object Data to an XML File (C# and Visual Basic)http://msdn.microsoft.com/en-us/library/ms172873.aspx
View ArticleSource code checked in, #81594
* Figured out how to fix problems with COMTask example. The sample now will run under all versions of Windows, Vista and later. This is done by making it a COM+ server. Instruction for using it will be...
View ArticleReleased: .NET ITaskHandler Implementation (Nov 30, 2012)
If you want to use the COMHandlerAction action to run code in a startable in-process library, you have to implement the ITaskHandler interface. There are some interesting tricks to making this work....
View ArticleUpdated Release: .NET ITaskHandler Implementation (Nov 30, 2012)
If you want to use the COMHandlerAction action to run code in a startable in-process library, you have to implement the ITaskHandler interface. There are some interesting tricks to making this work....
View Article