Quantcast
Browsing all 2206 articles
Browse latest View live

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 Article


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 Article


Source code checked in, #98212

* Updated version and expired cert for TaskSchedulerConfig

View Article

Source code checked in, #98213

Removing unused files

View Article

Source code checked in, #98214

More clean up

View Article


Source code checked in, #98215

More cleanup and upgrade to VS 2017

View Article

Source code checked in, #98216

Remove another unused folder

View Article

Source code checked in, #98217

Moved files around in preparation for move to GitHub

View Article


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


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

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

Created 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

Commented 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


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

Commented 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


Commented 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

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


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

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

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