New Post: Quartz.Net
After a deeper review of the code and a few days of trying to refactor it to work with another scheduler engine, I've decided to abandon the effort. The pure amount of change I believe will introduce...
View ArticleNew Post: Quartz.Net
Hi, thanks for letting me know that. I guess it would require something to be designed from the ground up, maybe if I get the time I could look into it. Appreciate the feedback though, cheers
View ArticleNew Post: Access Denied while setting user to SYSTEM
On my development machine, I've tried changing the TaskDefinition to use the SYSTEM user account, which did not save (Windows 8.1 x64). I switched to changing it during the RegisterTaskDefinition but...
View ArticleNew Post: Long delay and high cpu usage constructing the edit dialog
I see long delays and high CPU utilization in the constructor for the TaskEditDialog. Has anyone else experienced this problem? In some cases the dialog takes 15 to 30 seconds to return from the...
View ArticleNew Post: Access Denied while setting user to SYSTEM
Update ... While my dev machine breaks while setting the user to System, a production machine does not. Oddest stuff. Anybody with any ideas?
View ArticleNew Post: Long delay and high cpu usage constructing the edit dialog
See http://taskscheduler.codeplex.com/discussions/428736. Try compiling your app as X86 and make sure you're using the assembly for the right version of .NET.
View ArticleNew Post: task launches as scheduled, but doesn't graphically show Notepad
I have some code which I use to schedule a task to launch notepad.exe after 2 minutes have elapsed. The process seems to start fine, but the program doesn't show up in the UI. Please help. Here is the...
View ArticleNew Post: task launches as scheduled, but doesn't graphically show Notepad
To show an application running interactively, you must specify a LogonType of InteractiveToken. You can skip setting the td.Principal.LogonType property and just do it through the...
View ArticleCreated 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 ArticleCreated 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 ArticleNew Post: NAnt extension getting Inheritance security rules violated while...
Hi, I originally posted this in the issues but now that I look at it I think it belongs in the discussion unless it becomes something we need a bug for. Unfortunately it doesn't look like I can remove...
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 ArticleNew Post: NAnt extension getting Inheritance security rules violated while...
I believe this is related to a change in the security model for .NET 4.0. I have added the SecurityCritical attribute to the method in your exception and have posted a .NET 4.0 build under the issue...
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: 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 ArticleNew Post: Windows 10 Support
Do you have a timeline for Windows 10 support? The Editor is pretty broken due to this function. You could support the back level versions of the scheduler with an else for ....Major == 10. internal...
View ArticleNew Post: How to Query historical task log with any conditions and and how to...
1. How to query historical task log with specified condition like “time create”, “correlation ID”.. Genertal codepublic static void SchedulerHistory(string schedulerName) { using (TaskService ts = new...
View ArticleCreated Unassigned: Task Scheduler corrupted after using the managed wrapper...
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