Quantcast
Browsing all 2206 articles
Browse latest View live

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 Article


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 Article


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

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

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


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

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 Article

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 Article


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


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

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

New Post: Gettings a exception Error (15,8):userId:

Try with Null as in the changed example

View Article

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


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

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


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

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


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

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

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