New Post: System.IO.FileNotFoundException when selecting run times From/To...
Awesome! Thanks David!
View ArticleNew Post: Unhandled Exception in Wizard
Hi dahall, I'm having the same problem and seems the posted code doesn't work. Here is my code using taskscheduler-78172 running on Windows XP Professional 2002 SP3. using(TaskService ts =...
View ArticleNew Post: Unhandled Exception in Wizard
I don't know for sure if this will work, but try setting the td.Principal.UserId to a real value before initializing the wizard.
View ArticleNew Post: Unhandled Exception in Wizard
Hey dahall, thanks a lot! It solved the problem. Seems like it's a bug in "CredentialsDialog.RunDialog" method, in the following line - ...... if (this.ValidatePassword &&...
View ArticleCommented Issue: CredentialsDialog.cs this.UserName null [10118]
Not sure if bug or me doing something funny. On if (this.ValidatePassword && !IsValidPassword(this.UserName.ToString(), password.ToString())) the UserName is null although it was entered....
View ArticleCommented Issue: CredentialsDialog.cs this.UserName null [10118]
Not sure if bug or me doing something funny. On if (this.ValidatePassword && !IsValidPassword(this.UserName.ToString(), password.ToString())) the UserName is null although it was entered....
View ArticleNew Post: WeeklyTrigger with different times for each day
Hi, I am trying to set a new task with a weekly trigger. It should run every day, but at different times. For example Monday 8am, Tuesday 11am, Wednesday 8pm.... With Win7 i have no problems, but with...
View ArticleNew Post: WeeklyTrigger with different times for each day
Will you try using the assemblies in the zip file found at http://taskscheduler.codeplex.com/workitem/10118 and let me know if you're still experiencing the problem under XP?
View ArticleNew Post: WeeklyTrigger with different times for each day
Wow, fast answer :-) I will try it and let you know!
View ArticleNew Post: WeeklyTrigger with different times for each day
Thank you very very much, it works!
View ArticleNew Post: Copy to Many
Can some one give me an example on how to copy from one server to many? Is it possable? I first created a power shell script on my local (Win7) and was able to deploy Scheduled tasks to many servers...
View ArticleNew Post: WeeklyTrigger with different times for each day
I'll officially release those bits you tested as 1.8.3 later today.
View ArticleNew Post: Copy to Many
Unfortunately, under Task Scheduler Library 1.0 (XP/2003 Server and prior), there is not a simple way to "clone" the task definition. My suggestion would be to use this library to create the tasks as...
View ArticleNew Post: Copy to Many
OK thanks.Side note: I don't know if it's your settings, mine or the site's but the notification email comes back in font size 4.Is that normal?
View ArticleNew Post: VPN connection?
Has anyone tried connecting to a machine that's on a VPN that you are connected to? I've been getting an error saying that the user name is unknown or the password is bad, yet when I connect to the...
View ArticleNew Post: Copy to Many
UPDATE: Your hint at the key work "clone" lead to another post where I found some sample code.Posting my version here for future on lookers. Thanks again. #Create a NetworkCredential to get the...
View ArticleNew Post: Where is TaskEventLog
I am using Microsoft.Win32.TaskScheduler trying to get a history of the tasks and can't find TaskEventLog in that DLL. Where is it? I'm using the latest version from May 18th. Thanks
View ArticleNew Post: Where is TaskEventLog
It is in the TaskSchedulerEditor assembly and download.
View Article