Updated Release: Release 2.3.3 (Jun 24, 2015)
Some bug fixes, better support for Windows 8 additions to core library, addition of Fluent syntax, and crontab syntax, since the 1.9.4 release. Since 2.0.3 release, added support for .NET 2.0, 3.5 and...
View ArticleReleased: Release 2.3.4 (Jun 26, 2015)
Some bug fixes, better support for Windows 8 additions to core library, addition of Fluent syntax, and crontab syntax, since the 1.9.4 release. Since 2.0.3 release, added support for .NET 2.0, 3.5 and...
View ArticleUpdated Release: Release 2.3.4 (Jun 26, 2015)
Some bug fixes, better support for Windows 8 additions to core library, addition of Fluent syntax, and crontab syntax, since the 1.9.4 release. Since 2.0.3 release, added support for .NET 2.0, 3.5 and...
View ArticleNew Post: COMException Issue
The only thing I can tell you is this... The exception occurred at Microsoft.Win32.TaskScheduler.V2Interop.IRegisteredTask.get_Xml() I don't include the debugging symbols file for the task scheduler...
View ArticleNew Post: System.IO.FileNotFoundException when selecting run times From/To...
At the moment I'm running into this problem on 64 bit Windows 10 Pro Insider Preview Build 10158. Same call works on 64 bit Windows 8.1 Pro. System.IO.FileNotFoundException, The system cannot find the...
View ArticleNew Post: System.IO.FileNotFoundException when selecting run times From/To...
Crayjin: what are you putting in for the "createType" parameter? Make sure it is CreateOrUpdate or Create. If that is still not working, try running the process in an elevated account with "Run as...
View ArticleCreated Unassigned: Windows 10 & TimeTrigger [12139]
When attempting to register a TimeTrigger on Windows 10 (latest preview build) the wrapper (v2.3.4) blows up and throws the following exception:Microsoft.Win32.TaskScheduler.NotV1SupportedException...
View ArticleCommented Unassigned: Windows 10 & RegistrationTrigger [12139]
When attempting to register a RegistrationTrigger on Windows 10 (latest preview build) the wrapper (v2.3.4) blows up and throws the following...
View ArticleCommented Unassigned: Windows 10 & RegistrationTrigger [12139]
When attempting to register a RegistrationTrigger on Windows 10 (latest preview build) the wrapper (v2.3.4) blows up and throws the following...
View ArticleNew Post: System.IO.FileNotFoundException when selecting run times From/To...
Hi dahall, thanks for your response. In fact I'm using the TaskCreation.CreateOrUpdate enum value and the process is elevated. Let me give you some more information: I'm using a RegistrationTrigger,...
View ArticleNew Post: System.IO.FileNotFoundException when selecting run times From/To...
Will you post the code you are using to build the task and register it? I have a Win10 instance I can test it against. I'm not getting the failure building it out on my own.
View ArticleNew Post: System.IO.FileNotFoundException when selecting run times From/To...
Hi dahall, here my code:using System; using Microsoft.Win32.TaskScheduler; using System.Management; namespace TestTaskScheduler { class Program { staticvoid Main(string[] args) { var ts = new...
View ArticleClosed Unassigned: Windows 10 & RegistrationTrigger [12139]
When attempting to register a RegistrationTrigger on Windows 10 (latest preview build) the wrapper (v2.3.4) blows up and throws the following...
View ArticleClosed Unassigned: TriggerEditDialog: DateTime out of range [12117]
Run this code:var trigger = new TimeTrigger();trigger.EndBoundary = new DateTime(2016, 1, 1);var dialog = new TriggerEditDialog(trigger, supportV1Only: false);dialog.ShowDialog();Then interactive with...
View ArticleClosed Unassigned: Recently we got AccessViolationException [12019]
Hi! Recently we've got the following exception. It happened one time and we cannot reproduce it.System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation....
View ArticleCreated Issue: System.IO.FileNotFoundException when registering task under 64...
At the moment I'm running into this problem on 64 bit Windows 10 Pro Insider Preview Build 10158. Same call works on 64 bit Windows 8.1 Pro.System.IO.FileNotFoundException, The system cannot find the...
View ArticleEdited Issue: System.IO.FileNotFoundException when registering task under 64...
At the moment I'm running into this problem on 64 bit Windows 10 Pro Insider Preview Build 10158. Same call works on 64 bit Windows 8.1 Pro.System.IO.FileNotFoundException, The system cannot find the...
View ArticleNew Post: System.IO.FileNotFoundException when selecting run times From/To...
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: System.IO.FileNotFoundException when selecting run times From/To...
I've moved this to an issue.
View Article