New Post: The question about Repetition in TaskEditDialog
In the TaskEditDialog, it seem that use can input some invalid string, but there is not any warn or error dialog showed. Is it expected?
View ArticleNew Post: The problem about expire time.
Thank you. This helped a great deal. I believe I have this remediated for 2.5.20.
View ArticleNew Post: Start in (optional) Parameter
Hello, I need to set the Start in (Optional) setting for Windows 7 Task. Does anyone know how I can perform this task. Thanks,
View ArticleNew Post: The question about Repetition in TaskEditDialog
This dialog now displays an error indicator if any of the duration values are not valid.
View ArticleNew Post: Start in (optional) Parameter
When creating an ExecAction, add a value to the WorkingDirectory property.// In constructor, last param is WorkingDirectoryvar action = new ExecAction("cmd.exe", "echo Working...", @"C:\"); // In...
View ArticleSource code checked in, #98071
* Mulitple UI fixes to address better user notification when incorrect values are present * Fixed bug allowing multiple actions to be selected in list * Fixed bug with date control that didn't catch...
View ArticleReleased: Release 2.5.20 (May 14, 2016)
Update historyVersion 2.5.20Bug fixes with UI and field validationVersion 2.5.19Bug fixesVersion 2.5.17Added back in .NET 4 builds Fixed RegisterTaskDefinition for tasks setting password to null Fixed...
View ArticleUpdated Release: Release 2.5.20 (May 14, 2016)
Update historyVersion 2.5.20Bug fixes with UI and field validationVersion 2.5.19Bug fixesVersion 2.5.17Added back in .NET 4 buildsFixed RegisterTaskDefinition for tasks setting password to nullFixed...
View ArticleNew Post: The problem of DailyTrigger
In 2.5.20, I find the max value of DaysInterval is 32676, and the library will throw an exception when try to save. I just read the article in MSDN, and I found TEXT . It says that the max value in...
View ArticleSource code checked in, #98078
* Version 2.5.21 * Fixed upper boundary on DailyTrigger interval UI
View ArticleNew Post: Delete Task HRESULT: 0x80070005 (E_ACCESSDENIED))
Hello, I wrote a small program to create and delete a task. Task creation works but when I try to delete the created task I get the error E_ACCESSDENIED. The code is:TaskService ts = new TaskService();...
View ArticleNew Post: Delete Task HRESULT: 0x80070005 (E_ACCESSDENIED))
I run your code and everything looks OK~ You can try to run your program as administrators(Right click .exe file of your program and click "Run as administrator")
View ArticleUpdated Release: Troubleshooter (May 29, 2016)
Having problems with permissions or "Access denied" errors? Try running this troubleshooting tool on the system causing the problem.
View ArticleReleased: Troubleshooter (May 29, 2016)
Having problems with permissions or "Access denied" errors? Try running this troubleshooting tool on the system causing the problem.
View ArticleUpdated Release: Troubleshooter (May 29, 2016)
Having problems with permissions or "Access denied" errors? Try running this troubleshooting tool on the system causing the problem.
View ArticleSource code checked in, #98093
* Converted TaskSchedulerConfig to a ClickOnce publish style
View ArticleNew Post: Access is denied when Registering a new task - HRESULT: 0x80070005...
I'm trying to register a task for a local user who does not have administrator rights to his/her machine. The task registration code below is wrapped as part of a console application and the...
View Article