New Post: Task schedular OXFF Error
Again, I need you to tell me what line of code is reporting the error or if that error is showing up in the Event list as a result of either task execution or the results of the action.
View ArticleNew Post: RunningTask Parameters/Arguments
In order to pass variables that change each time the task runs on its own, you have to use the run command as shown in previous posts. If you just want to pass the variables when the task is...
View ArticleNew Post: COMException in RegisterTaskDefinition
Hello,I need to create scheduled tasks, that runs whenever a user is logged on or not.I have been struggling with it for a while and I think I need some help.I have been following the discussion...
View ArticleNew Post: COMException in RegisterTaskDefinition
Try reading post http://taskscheduler.codeplex.com/discussions/277730Â and see if that helps. My guess is that you have a permissions problem with the holtermann account.
View ArticleNew Post: COMException in RegisterTaskDefinition
Thank you dahall, I will try your proposed post. I hope I can do it today.The holtermann account is my own account. I use the account every day, and the password is correct too.With this account /...
View ArticleSource code checked in, #82471
* Lots of edits to security related dialogs and controls
View ArticleCreated Issue: Unsetting a trigger's end boundary in UI does not reset the...
using Microsoft.Win32.TaskScheduler.dll v1.9.2Let's assume I configure a scheduled task this way, with an end boundary set on the trigger.I get the following output :```Name : testEnabled :...
View ArticleCommented Issue: Unsetting a trigger's end boundary in UI does not reset the...
using Microsoft.Win32.TaskScheduler.dll v1.9.2Let's assume I configure a scheduled task this way, with an end boundary set on the trigger.I get the following output :```Name : testEnabled :...
View ArticleCommented Issue: Unsetting a trigger's end boundary in UI does not reset the...
using Microsoft.Win32.TaskScheduler.dll v1.9.2Let's assume I configure a scheduled task this way, with an end boundary set on the trigger.I get the following output :```Name : testEnabled :...
View ArticleSource code checked in, #82675
* Fixed problems with V1 UI elements not disabling unavailable controls * Fixed wizard logic to handle setting appropriate triggers and actions under V1 * Fixed problems with V1 XML handling of empty...
View ArticleNew Post: Checking "Run with highest privileges" option raises access denied...
Hi David,In one of our test machines running 64-bit Windows 7 Pro, selecting the Run with highest privileges option causes an Access denied error:Access denied. (Exception from HRESULT: 0x80070005...
View ArticleNew Post: Checking "Run with highest privileges" option raises access denied...
Just to confirm, if you run the exact same code and do not set the Run with Highest Privileges option, it will register successfully?
View ArticleClosed Issue: Unsetting a trigger's end boundary in UI does not reset the...
using Microsoft.Win32.TaskScheduler.dll v1.9.2Let's assume I configure a scheduled task this way, with an end boundary set on the trigger.I get the following output :```Name : testEnabled :...
View ArticleNew Post: Checking "Run with highest privileges" option raises access denied...
Yes, it will register successfully when the Run with Highest Privileges option is not set.
View ArticleNew Post: Checking "Run with highest privileges" option raises access denied...
Check out the conditions for IPrincipal::RunLevel and let me know if they apply to your use case. I suspect this may be the problem.
View ArticleNew Post: TaskSchedulerWizard crashes w. NullReferenceException
Hi, TaskScheduler v1.9.2.28583 TaskSchedulerEditor v1.9.2.28588 AeroWizard v1.2.3.22616when using the code below, the TaskSchedulerWizard crashes when clicking on the radio buttons ("Run..." etc.) in...
View ArticleNew Post: TaskSchedulerWizard crashes w. NullReferenceException
I think you have run across a bug that I have fixed for the next release (1.9.3). I should be posting it in the next few days. Also, I thought I'd make you aware of the TaskFolder property on the...
View ArticleNew Post: Checking "Run with highest privileges" option raises access denied...
Thanks David. On the "problematic" machine, the E_ACCESSDENIED error is raised regardless of the type of user -- administrators, administrator groups, non-administrators, etc. I thought the issue is...
View Article