Commented Issue: TaskOptionsEditor [12198]
Hi all, is this UI version working at all? I ask before I start getting into the source code and trying to find what may be happening. I just don't get any of the controls filled with the data (I tried...
View ArticleCommented Issue: TaskOptionsEditor [12198]
Hi all, is this UI version working at all? I ask before I start getting into the source code and trying to find what may be happening. I just don't get any of the controls filled with the data (I tried...
View ArticleNew Post: Gettings a exception Error (15,8):userId:
What does this error mean? How do I under VB.net see if a task is created already or not? I've search online but couldn't really find anything that will help.
View ArticleNew Post: Gettings a exception Error (15,8):userId:
That error usually means that the TaskDefinition.Principle.UserId or the userId parameter of the RegisterTaskDefinition has been supplied an invalid user account name. To answer the second...
View ArticleNew Post: Gettings a exception Error (15,8):userId:
Thank you for the reply, that's weird because it everything was working great until I updated my program and then that happened but It only happened once so far.
View ArticleNew Post: Gettings a exception Error (15,8):userId:
also your codeUsing TS As New TaskService() If TS.FindTask("MyTaskNameHere") = Nothing Then ' You don't have that task End If End Using the = says its on a declared type in your DLL.
View ArticleCommented Issue: TaskOptionsEditor [12198]
Hi all, is this UI version working at all? I ask before I start getting into the source code and trying to find what may be happening. I just don't get any of the controls filled with the data (I tried...
View ArticleCommented Issue: TaskOptionsEditor [12198]
Hi all, is this UI version working at all? I ask before I start getting into the source code and trying to find what may be happening. I just don't get any of the controls filled with the data (I tried...
View ArticleSource code checked in, #97737
* Fixed bug in TaskSettings.DeleteExpiredTaskAfter to allow for both a 'not set' value (TimeSpan.Zero) and an 'immediate' value (TimeSpan.FromSeconds(1)). * Fixed multiple problems in...
View ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
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 ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
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: Gettings a exception Error (15,8):userId:
Try with Null as in the changed example
View ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
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 ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
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 ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
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 ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
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 ArticleCreated Unassigned: RegisterChanges fails on XP [12208]
In V1 mode, the RegisterChanges fails saying the following:```Microsoft.Win32.TaskScheduler.NotV1SupportedException: Folder other than the root (\) was requested on a system only supporting Task...
View ArticleCreated Unassigned: Make exceptions serializable [12209]
Currently, exceptions (such as NotV1SupportedException) are not serializable, and thus, do not cross appdomains, remoting, etc.It would be great to have them serializable.
View ArticleNew Post: Moving to github?
(this is not a troll!) Moving to a more open repository would allow third-party developpers (such as me) to submit patches, and help improving the product. On codeplex, this is a bit more difficult.
View ArticleEdited Issue: RegisterChanges() fails on XP [12208]
In V1 mode, the RegisterChanges fails saying the following:```Microsoft.Win32.TaskScheduler.NotV1SupportedException: Folder other than the root (\) was requested on a system only supporting Task...
View Article