Quantcast
Browsing all 2206 articles
Browse latest View live

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 Article


New 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 Article


Commented 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 Article

Commented 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 Article

Commented 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 Article


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 Article

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 Article

Commented 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 Article


Commented 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 Article


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 Article

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 Article

New 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 Article

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 Article


Commented 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 Article

Commented 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 Article


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 Article

New Post: Windows 10 Support

What problems are you seeing and with which build of the Technical Preview?

View Article


New 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 Article

New Post: How to Repetition.Duration indefinitely

Trigger.Repetition.Duration = TimeSpan.Zero

View Article

New 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
Browsing all 2206 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>