Created Unassigned: Project targeted for .NET Framework 4.5.1 won't build if...
Steps to reproduce:1) Create a new Console Application using .NET Framework 4.5.12) Install TaskScheduler NuGet-package version 2.5.17 (Install-Package TaskScheduler)3) Add following line to...
View ArticleCreated Unassigned: Access Denied Exception when creating simple planned task...
Hello,I'm creating a simple planned task like this:``` TaskDefinition td = ts.NewTask(); td.RegistrationInfo.Description = "AutoRestartTest"; LogonTrigger mainTrigger = new LogonTrigger();...
View ArticleCommented Unassigned: Access Denied Exception when creating simple planned...
Hello,I'm creating a simple planned task like this:``` using (TaskService ts = new TaskService()){ TaskDefinition td = ts.NewTask(); td.RegistrationInfo.Description = "AutoRestartTest"; LogonTrigger...
View ArticleCommented Unassigned: Access Denied Exception when creating simple planned...
Hello,I'm creating a simple planned task like this:``` using (TaskService ts = new TaskService()){ TaskDefinition td = ts.NewTask(); td.RegistrationInfo.Description = "AutoRestartTest"; LogonTrigger...
View ArticleCommented Unassigned: Access Denied Exception when creating simple planned...
Hello,I'm creating a simple planned task like this:``` using (TaskService ts = new TaskService()){ TaskDefinition td = ts.NewTask(); td.RegistrationInfo.Description = "AutoRestartTest"; LogonTrigger...
View ArticleCommented Unassigned: Access Denied Exception when creating simple planned...
Hello,I'm creating a simple planned task like this:``` using (TaskService ts = new TaskService()){ TaskDefinition td = ts.NewTask(); td.RegistrationInfo.Description = "AutoRestartTest"; LogonTrigger...
View ArticleClosed Unassigned: Access Denied Exception when creating simple planned task...
Hello,I'm creating a simple planned task like this:``` using (TaskService ts = new TaskService()){ TaskDefinition td = ts.NewTask(); td.RegistrationInfo.Description = "AutoRestartTest"; LogonTrigger...
View ArticleClosed Unassigned: Project targeted for .NET Framework 4.5.1 won't build if...
Steps to reproduce:1) Create a new Console Application using .NET Framework 4.5.12) Install TaskScheduler NuGet-package version 2.5.17 (Install-Package TaskScheduler)3) Add following line to...
View ArticleCreated Unassigned: .\username Access denied [12373]
Hi, Since version Release 2.5.17 I'm unable to schedule a task using ".\username"This worked in version Release 2.4.2Error I'm getting is "Access is denied"
View ArticleCommented 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 ArticleCommented 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: History Tab is missing when we use ShowDialog()
Hi , I am using 2.5.15.0 version. When I use showdialog() the history tab is missing. The sample code is given below. Microsoft.Win32.TaskScheduler.Task newTask = ts.GetTask(taskName); TaskDefinition...
View ArticleNew Post: History Tab doest not refresh the events for every click
Can you describe precisely the UI steps you are executing to get this error? I am not able to replicate it by running your code snippet and then repeatedly clicking the "History" tab. You code inspired...
View ArticleNew Post: History Tab doest not refresh the events for every click
Hi, Thank you very much for the details given. It was really helpful to me. I appreciate it. Steps to Reproduce the Event refresh issue in History tabAssume MaxHistoryCount is set to 4Launch the editor...
View ArticleNew Post: History Tab doest not refresh the events for every click
Thanks for the detail. With it I was able to find the bug. It will be fixed in the next release (2.5.19), due in the next week or so.
View ArticleCommented 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: History Tab doest not refresh the events for every click
Thank you very much for your help. I really appreciate it. Thanks Antoni
View ArticleCommented 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 ArticleSource code checked in, #98067
* Version 2.5.19 * Minor updates to AD interop * Set TaskListView & event history view to "Explorer" style * Fixed sorting in event history view and removed buggy grouping ability * Set OK button...
View Article