Closed Unassigned: TaskEventWatcher will not watch a folder unless...
Hi, I wanted to report this because the behavior in 2.5.18 is different than the library version included with the [events...
View ArticleClosed Unassigned: computername\username Access denied [12373]
Hi, Since version Release 2.5.17 I'm unable to schedule a task using "computername\username"This worked in version Release 2.4.2Example:Computer is Lan User is LanUserPlease note that it's a local...
View ArticleNew Post: error to save enabled property in task
I read the thread, has been util for me, now work perfect, thanks for your help!
View ArticleCommented Unassigned: TaskEventWatcher will not watch a folder unless...
Hi, I wanted to report this because the behavior in 2.5.18 is different than the library version included with the [events...
View ArticleNew Post: error load assembly
Hello I try to run my application on end-user PC, windows 7, net fram. 4.0 when the app try to app the TaksEditDialog show a exption with the message:"Could not load file or assembly 'TimeSpan2,...
View ArticleNew Post: error load assembly
I met this problem at past, I solved it by using the Nuget Management to specify TimeSpan2 2.1.3 instead of 2.1.4 (VS2015 has this feature). Hope this helpful.
View ArticleNew Post: error load assembly
Maybe you can modify the configure file manually, but it is definitely not safe. I met this problem when I use 2.5.17, If you are use 2.5.17, you can try to upgrade to 2.5.19. Maybe it will be solved.
View ArticleNew Post: error load assembly
Hello thanks for your help, I updated to 2.5.19 and now it work ok, buuuuut.... Now I have error when try to GetTast() on WIndows XP, say cannot find file expecified, any idea? Regards!
View ArticleNew Post: LogonTrigger On Windows XP delay not set
Hello I try to create a logonTrigger, in windows 7 work perfect the time delay, but on XP dont set the time delay, any some help? using (TaskService ts = new TaskService()) { //new task TaskDefinition...
View ArticleNew Post: LogonTrigger On Windows XP delay not set
As I know, the "Delay" property is not support in Task Scheduler 1.0. And XP use Task Scheduler 1.0, so the "Delay " property not work.
View ArticleNew Post: error load assembly
Post some demo source code will be helpful to find out the issue.
View ArticleNew Post: error load assembly
I solve it In XP, when GetTask() if the task not exist generate error, therefore with tryCath I create the task and continue jejejetry { Task t = ts.GetTast(name); if(t !=null) NewTask(); } catch {...
View ArticleUpdated Wiki: Home
This project provides a wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.NuGetThis project's assemblies are available via...
View ArticleUpdated Wiki: Documentation
Documentation Home Page There is a help file included with the download that provides an overview of the various classes. The Microsoft MSDN documentation provides an excellent overview of the Task...
View ArticleNew Post: Cannot uncheck the last day
The MonthlyTrigger has a bool property "RunOnLastDayOfMonth". If there is a MonthlyTrigger with last day is check, and then I want to uncheck it by using the editor, unfortunate, I click "ok" and...
View ArticleNew Post: Trigger changes on AZURE
have you tried it on azure, when we change the trigger settings it is only can be seen after restarting the role.
View Article