Commented Unassigned: Task Scheduler corrupted after using the managed...
I am using the to build a Console app targeting .NET 4 that creates several tasks after deleting any old ones it created itself. Here is a link to the [Stack Overflow...
View ArticleNew Post: trying to simply change tasks to disabled.
I have attempted the code below, using (TaskService ts = new TaskService()) { Task t = ts.GetTask(taskName); if (t != null) { if (!t.Enabled) { t.Enabled = true; t.RegisterChanges(); } } }...
View ArticleCommented Unassigned: Need to Set "RunOnlyIfLoggedOn" in Ver 2.0 [12031]
I've created a task with a trigger that starts a custom Windows Form application "At log on" of a specific user. In order for the task to succeed in running the application upon log on of the specific...
View ArticleCommented Unassigned: Need to Set "RunOnlyIfLoggedOn" in Ver 2.0 [12031]
I've created a task with a trigger that starts a custom Windows Form application "At log on" of a specific user. In order for the task to succeed in running the application upon log on of the specific...
View ArticleCommented Unassigned: Inheritance security rules violated while overriding...
I'm trying to write a NAnt extension that uses this library but I get this exception on my first method that loads the taskscheduler objects.System.TypeLoadException: Inheritance security rules...
View ArticleCommented Unassigned: Task Scheduler corrupted after using the managed...
I am using the to build a Console app targeting .NET 4 that creates several tasks after deleting any old ones it created itself. Here is a link to the [Stack Overflow...
View ArticleCommented Unassigned: Task Scheduler corrupted after using the managed...
I am using the to build a Console app targeting .NET 4 that creates several tasks after deleting any old ones it created itself. Here is a link to the [Stack Overflow...
View ArticleCommented Unassigned: Inheritance security rules violated while overriding...
I'm trying to write a NAnt extension that uses this library but I get this exception on my first method that loads the taskscheduler objects.System.TypeLoadException: Inheritance security rules...
View ArticleCommented Unassigned: Inheritance security rules violated while overriding...
I'm trying to write a NAnt extension that uses this library but I get this exception on my first method that loads the taskscheduler objects.System.TypeLoadException: Inheritance security rules...
View ArticleCommented Unassigned: Task Scheduler corrupted after using the managed...
I am using the to build a Console app targeting .NET 4 that creates several tasks after deleting any old ones it created itself. Here is a link to the [Stack Overflow...
View ArticleCommented Unassigned: Task Scheduler corrupted after using the managed...
I am using the to build a Console app targeting .NET 4 that creates several tasks after deleting any old ones it created itself. Here is a link to the [Stack Overflow...
View ArticleNew Post: How to Repetition.Duration indefinitely
Hi dahall, I have been using your library for more than 3 years now..and its just amazing. But recently i came across a scenario where i needed to configure a task hourly for indefintely time frame....
View ArticleCommented Unassigned: Task Scheduler corrupted after using the managed...
I am using the to build a Console app targeting .NET 4 that creates several tasks after deleting any old ones it created itself. Here is a link to the [Stack Overflow...
View ArticleCommented Unassigned: Inheritance security rules violated while overriding...
I'm trying to write a NAnt extension that uses this library but I get this exception on my first method that loads the taskscheduler objects.System.TypeLoadException: Inheritance security rules...
View ArticleCommented Unassigned: Inheritance security rules violated while overriding...
I'm trying to write a NAnt extension that uses this library but I get this exception on my first method that loads the taskscheduler objects.System.TypeLoadException: Inheritance security rules...
View ArticleCommented Unassigned: Task Scheduler corrupted after using the managed...
I am using the to build a Console app targeting .NET 4 that creates several tasks after deleting any old ones it created itself. Here is a link to the [Stack Overflow...
View ArticleNew Post: Windows 10 Support
What problems are you seeing and with which build of the Technical Preview?
View ArticleNew Post: trying to simply change tasks to disabled.
So, just to be clear, when you run the second piece of code, the task registers successfully and when you look at it via code or through the UI the task is set to NOT enabled? However, the task runs at...
View ArticleNew Post: How to Repetition.Duration indefinitely
Trigger.Repetition.Duration = TimeSpan.Zero
View ArticleNew Post: How to Query historical task log with any conditions and and how to...
1) Look at the CorrelatedTaskEvent class in the TaskSchedulerEditor library. I believe it meets your requirements. If not, the code for that class should give you some ideas on how to pull the history...
View Article