Commented Unassigned: Error registering task on Windows Vista [12469]
On Windows Vista, I can't register a task when a password is required. I'm using the version 2.5.27 of the wrapper.The next code works on other operative systems, but not in Windows...
View ArticleCommented Unassigned: Error registering task on Windows Vista [12469]
On Windows Vista, I can't register a task when a password is required. I'm using the version 2.5.27 of the wrapper.The next code works on other operative systems, but not in Windows...
View ArticleSource code checked in, #98212
* Updated version and expired cert for TaskSchedulerConfig
View ArticleCommented Unassigned: RegisterTask fails on windows 10 (Exception from...
I am running the example given on https://taskscheduler.codeplex.com/ on my localPC.__CODE:__ using (TaskService ts = new TaskService()){// Create a new task definition and assign properties...
View ArticleCommented Unassigned: RegisterTask fails on windows 10 (Exception from...
I am running the example given on https://taskscheduler.codeplex.com/ on my localPC.__CODE:__ using (TaskService ts = new TaskService()){// Create a new task definition and assign properties...
View ArticleCommented Unassigned: RegisterTask fails on windows 10 (Exception from...
I am running the example given on https://taskscheduler.codeplex.com/ on my localPC.__CODE:__ using (TaskService ts = new TaskService()){// Create a new task definition and assign properties...
View ArticleCreated Unassigned: COMException with RunningTask.Refresh() [12470]
I want check task state and i write code```RunningTask rt = task.Run();do{ Thread.Sleep(1000);} while (rt.State == TaskState.Running);```However, I have infinite loop, because state is not updated...
View ArticleCommented Unassigned: COMException with RunningTask.Refresh() [12470]
I want check task state and i write code```RunningTask rt = task.Run();do{ Thread.Sleep(1000);} while (rt.State == TaskState.Running);```However, I have infinite loop, because state is not updated...
View ArticleCommented Unassigned: RegisterTask fails on windows 10 (Exception from...
I am running the example given on https://taskscheduler.codeplex.com/ on my localPC.__CODE:__ using (TaskService ts = new TaskService()){// Create a new task definition and assign properties...
View ArticleCommented Unassigned: COMException with RunningTask.Refresh() [12470]
I want check task state and i write code```RunningTask rt = task.Run();do{ Thread.Sleep(1000);} while (rt.State == TaskState.Running);```However, I have infinite loop, because state is not updated...
View ArticleCommented Unassigned: COMException with RunningTask.Refresh() [12470]
I want check task state and i write code```RunningTask rt = task.Run();do{ Thread.Sleep(1000);} while (rt.State == TaskState.Running);```However, I have infinite loop, because state is not updated...
View ArticleCommented Unassigned: RegisterTask fails on windows 10 (Exception from...
I am running the example given on https://taskscheduler.codeplex.com/ on my localPC.__CODE:__ using (TaskService ts = new TaskService()){// Create a new task definition and assign properties...
View ArticleCommented Unassigned: RegisterTask fails on windows 10 (Exception from...
I am running the example given on https://taskscheduler.codeplex.com/ on my localPC.__CODE:__ using (TaskService ts = new TaskService()){// Create a new task definition and assign properties...
View ArticleCommented Unassigned: RegisterTask fails on windows 10 (Exception from...
I am running the example given on https://taskscheduler.codeplex.com/ on my localPC.__CODE:__ using (TaskService ts = new TaskService()){// Create a new task definition and assign properties...
View ArticleClosed Unassigned: COMException with RunningTask.Refresh() [12470]
I want check task state and i write code```RunningTask rt = task.Run();do{ Thread.Sleep(1000);} while (rt.State == TaskState.Running);```However, I have infinite loop, because state is not updated...
View Article