Commented Issue: The task has been configured with an unsupported combination...
Hi,Since I've updated to the latest stable release(2.5.4) I'm getting the following error:_The task has been configured with an unsupported combination of account settings and run time options....
View ArticleReleased: Release 2.5.13 (Feb 07, 2016)
Update historyVersion 2.5.13More bug fixes (see History) Completed first revision of a diagnostic toolVersion 2.5.12A few bug fixes (see History)Version 2.5.8A few bug fixes (see History) Updated NuGet...
View ArticleUpdated Release: Release 2.5.13 (Feb 07, 2016)
Update historyVersion 2.5.13More bug fixes (see History)Completed first revision of a diagnostic toolVersion 2.5.12A few bug fixes (see History)Version 2.5.8A few bug fixes (see History)Updated NuGet...
View ArticleNew Post: Unhandled Exception
When running a task and the task errors off I'm getting an unhandled exception error of: System.ArgumentException was unhandled Message: An unhandled exception of type 'System.ArgumentException'...
View ArticleNew Post: Unhandled Exception
I should clarify that I'm running the task through my code but this also happens when the task tries to run on it's own while my application running and monitoring it.
View ArticleNew Post: Unhandled Exception
Here is my stack: Application: TaskServiceMonitor.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.ArgumentException at...
View ArticleNew Post: Unhandled Exception
You're welcome and I appreciate all of the hard work you are doing with this Task Scheduler wrapper it has come in really handy with the current project I'm working on. In regards to what tasks I'm...
View ArticleNew Post: Task will only run if I manually add path in Start In (optional field)
Hi, as per subject, i have a batch file that opens an exe and passes some argument, the task is created fine but will only run the batch file if i manually enter the batch file path into the Start in...
View ArticleNew Post: Unhandled Exception
Once I have done a few days of testing, I'll ship it out. I think I have it figured out and am just testing across all the environments.
View ArticleNew Post: Event Logs and Task Scheduler Event Triggers
Please look at the source code for the EventTriggerUI.cs and the SystemEventEnumerator.cs and you will see how I've done it for my user interfaces.
View ArticleNew Post: Event Logs and Task Scheduler Event Triggers
I have taken the cue out of SystemEventEnumerator class only and am actually using the same "GetEventLogs" method to get the String[] of Log Names. The problem is that it returns extra log names that...
View ArticleNew Post: Task Trigger Start Boundary
I am creating a task from my code. It has a trigger (Idle Trigger) where I do not check "Active" time (keep the checkbox unchecked and create the task. now if I try to read the task xml, it does not...
View ArticleNew Post: Event Logs and Task Scheduler Event Triggers
Ah, yes. I ran across this problem too when developing my "copies" of the native code. I never did get to an answer as to why. Have to found anything that distinguishes those items shown by the native...
View ArticleNew Post: Task Trigger Start Boundary
In the library, all triggers are assigned a StartBoundary when constructed. It appears, now that you bring this to my attention, that the native library only assigns a StartBoundary to calendar...
View ArticleNew Post: Task Trigger Start Boundary
The code that I am using fetches the task from Task scheduler and based on whether the StartBoundary node is present or not, we can set the "Activate" checkbox for the trigger. Task Scheduler allows us...
View ArticleSource code checked in, #98025
* Triggers that are not calendar triggers no longer have StartDate set to DateTime.Now by default. Fix to mimic library.
View ArticleSource code checked in, #98026
* Fixed to trigger editors to mimic native editor behavior of not setting StartBoundary when changing trigger types.
View Article