New Post: Getting tasks and modifying their useraccounts
Hello, im hoping to get some help on my problem. im trying to make something that will change the password of a task if it has defined a username/password if possible i would like to do if task has...
View ArticleSource code checked in, #78863
* Fixed problem with MonthlyDOWTrigger.WeeksOfMonth that was throwing exception in UI if multiple weeks were selected under V1 * Added ability to read/write XML under V1. It will accept a full V2 XML...
View ArticleNew Post: Application error if two values for x day of week in month chosen...
Try source code version 78863.
View ArticleNew Post: Copy to Many
Update, in source code version 78863 and soon in release 1.8.3, XML input and output are supported for V1 instances.
View ArticleUpdated Wiki: Examples
Below are some examples of how to use most of the functions of the library: Using the editor Simple example Enumerate all tasks Complex example Task history example Using the editor // Get the service...
View ArticleNew Post: Getting tasks and modifying their useraccounts
Use the Enumerate all task example (http://taskscheduler.codeplex.com/wikipage?title=Examples#enum) and then use the Task.TaskDefinition.Principal.UserId property to get the username. Once you have...
View ArticleNew Post: Application error if two values for x day of week in month chosen...
Thanks David! Problems fixed, both in Win 7 and Win XP. Really appreciate it.
View ArticleSource code checked in, #78866
* Fixed problem with Task.Export under V1 still throwing a not supported exception * Added Task.GetInstances method to retrieve all running instances of a task under V2. * Updated internal documentation
View ArticleReleased: Release 1.8.3 (Jul 03, 2012)
Many bug fixes, better localization support (adding Chinese), and Task Scheduler 1.0 support for XML since the 1.7.1 release. See Source Code for full details of changes. Also, all assemblies are now...
View ArticleUpdated Release: Release 1.8.3 (Jul 03, 2012)
Many bug fixes, better localization support (adding Chinese), and Task Scheduler 1.0 support for XML since the 1.7.1 release. See Source Code for full details of changes. Also, all assemblies are now...
View ArticleNew Post: Getting tasks and modifying their useraccounts
Thanks for the reply, this was exactly what i needed!
View ArticleNew Post: Unauthorized Exception when creating/deleting tasks
Hi, I'm getting errors when trying to create or delete a tasks for the current user. I have not been able to repo this on my machine at all. However, I can repo this on any test machine (i.e. no VS...
View ArticleNew Post: How to get execution time of a task?
Hi, I want to create a report which will contain task start time and task end time of all the tasks. Can any body help in this regard. Thanks Bishwajit Sahoo
View ArticleNew Post: How to connect remote servers tasks scheduler
Hi I am using Windows Server 2003 from where I want to connect Window Server 2008 task scheduler in my web application. I tried to do following but wont work. I work for locally (2003) but wont for...
View ArticleCommented Issue: Doesn't diplay a Scheduled Task which is configured for...
Hi there,I created a task on Windows 2008R2 server and set configured it for Windows 7, Windows Server 2008 R2.I wrote this simple code after referencing the microsoft.win2k.taskscheduler to get a list...
View ArticleNew Post: Schedule via ASP.NET
Hi TaskService ts = new TaskService();Version ver = ts.HighestSupportedVersion;bool newVer = (ver >= new Version(1, 2));TaskFolder tf = ts.RootFolder; This might works? Ajay
View ArticleNew Post: Unauthorized Exception when creating/deleting tasks
Check these two links for information about rights required on systems to register and delete tasks: http://taskscheduler.codeplex.com/discussions/247469...
View ArticleNew Post: How to get execution time of a task?
You likely will need to review each task's event history for that information. Look at using the TaskEventLog class in the TaskSchdulerEditor assembly.
View ArticleNew Post: How to connect remote servers tasks scheduler
Windows Server 2003 only has the 1.0 library locally. It will only connect to other Windows 2000 and 2003 servers. Windows Server 2003 R2 and later have the 2.0 libraries and can connect to either 1.0...
View ArticleNew Post: Unauthorized Exception when creating/deleting tasks
Thanks Dahall. Does this mean that a application opened by a standard user would not be able to even schedule a taks that does not require elevated permissions? I've verified that the standard user can...
View Article