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 ArticleClosed Unassigned: COM exception thrown [12462]
When trying to access the Task.Definition property, I get a COMException.I'm running Windows 10 Build 15063 x64. The process is running with Admin rightsComments: No response
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: TaskEditDialog constructor crash in Windows 10...
The TaskEditDialog constructor generates an exception in a Windows 10 Enterprise version 1703.I haven't reproduce the issue in a Windows 10 Pro.Exception:Index was outside the bounds of the...
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 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 ArticleNew Post: Scheduled task not running in Windows 10 creators update
I am the author of AJC Sync and I have been using an earlier version of this library. I started getting customers contacting me saying that after Windows 10 Creators update their scheduled tasks...
View ArticleNew Post: Scheduled task not running in Windows 10 creators update
I'm doing some tests with the following code which creates a task to run Notepad after 2 minutes. It works on Windows 8.1 and Windows 10 but with Windows 10 Creators update the task does not run. It...
View ArticleNew Post: Scheduled task not running in Windows 10 creators update
My own PC has now upgraded to Windows 10 Creators edition (v1703) and I get the same problem. I did a fresh install of Windows 10 v1703 in a virtual machine and the above code does work. When the task...
View ArticleNew Post: Scheduled task not running in Windows 10 creators update
My tests for this were invalid because I discovered that by default the task does not run when not on AC power and the test was on my laptop. So it looks like the above code is fine so please disregard...
View ArticleNew Post: Scheduled task not running in Windows 10 creators update
The library, unlike the native implementation in the "Task Scheduler" applet, will report the minimum library required to support the features of the task. In your case, my guess is that your task has...
View ArticleClosed Unassigned: TaskEditDialog constructor crash in Windows 10 Enterprise...
The TaskEditDialog constructor generates an exception in a Windows 10 Enterprise version 1703.I haven't reproduce the issue in a Windows 10 Pro.Exception:Index was outside the bounds of the...
View ArticleClosed Unassigned: RegisterTask fails on windows 10 (Exception from HRESULT:...
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: 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 ArticleNew Post: Delete task permissions issues
dahall wrote: Great idea. That information is covered elsewhere in the documentation, but I agree that calling it out will help people newer to task management and the library. I'll make the change...
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 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 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 ArticleCommented Issue: Version Support [12447]
Hi,The current version doesn't support 1.5 versioned tasks.This is the error we get:System.InvalidOperationException: The current version of the native library (1.4) does not support the original or...
View ArticleCreated Unassigned: Unit Test not possible due to Lib [12473]
In a project where i am using the TaskScheduler Lib i cannot create an Unit test becuase of the CS0433 errorThe type <type> exists in both DLLsThis is because i need to fake the System.dll but...
View Article