Quantcast
Browsing all 2206 articles
Browse latest View live

New Post: Daily Trigger with weekdays set

It didn't work. I set the data value to "W" or "D" as I create the schedule but when load the task for reading, I find blank string.  

View Article


New Post: Daily Trigger with weekdays set

Under XP and earlier versions of the Task Scheduler, the Data and Documentation properties overlap. Are you setting the Documentation property? If not, then this does work. Make sure you register the...

View Article


New Post: The data area passed to a system call is too small. (Exception from...

I used TaskScheduler.dll (1.0) to create and register a task. It registers the task and runs on my machine. but when i deployed the executable to a diff machine it threw and exception -The data area...

View Article

New Post: The data area passed to a system call is too small. (Exception from...

Please provide the full stack behind the exception and let me know which OS verions the successful and unsuccessful code were run on. Also, please clarify what version of the library you are using. I...

View Article

New Post: The data area passed to a system call is too small. (Exception from...

Hi here is the stack trace,Currently am using verision 1.8.3.15820 of the Microsoft.Win32.TaskScheduler.dll the OS is windows XP at System.Runtime.InteropServices.ComTypes.IPersistFile.Save(String...

View Article


New Post: Scheduled task in our 32-bit application fails to run when user is...

Interestingly, the 64-bit version of our application runs fine, even if user is logged out!A couple of our customers using the 32-bit version of our application on Windows 7 machines are...

View Article

New Post: Scheduled task in our 32-bit application fails to run when user is...

I have not seen this problem before. I would check the event log to see if the 32bit task is reporting errors in the execution or the launch. That will tell you if the action, trigger or task is failing.

View Article

New Post: The data area passed to a system call is too small. (Exception from...

I have just run the exact code posted above on Windows 7, but forcing compatibility with the V1 native library (XP, Win2K) and did not get the error. What OS are you on and what exactly are you adding...

View Article


New Post: Scheduled task in our 32-bit application fails to run when user is...

Thanks David. I've examined the task history, and it's saying that the task completed successfully -- no errors, but no output! Looks like the 32-bit application has problem accessing input data when...

View Article


New Post: Conditions tab option "Start the task only if the computer is idle...

If you check this option, save and re-open the schedule, this option remains unchecked.

View Article

New Post: Scheduled task in our 32-bit application fails to run when user is...

Check some of the internet comments on Wow64 which governs how 32 & 64 bit compilations of .NET applications behave differently on 64 bit OSes.

View Article

New Post: Scheduled task in our 32-bit application fails to run when user is...

Will do...thanks David! Have a merry and safe X'mas!

View Article

Source code checked in, #81938

* Improved responsiveness of history control * Fixed problem with idle settings on TaskPropertiesControl

View Article


New Post: Conditions tab option "Start the task only if the computer is idle...

Fixed in source release 81938. Thanks for finding this bug. It will be rolled into the next downloadable release (1.9.3?).

View Article

New Post: Conditions tab option "Start the task only if the computer is idle...

Wow, that was swift! Thanks a lot David!

View Article


New Post: Access is denied error in RegisterTaskDefinition method...

I am getting Access is denied error when try to run the example code in front page which is using (TaskService ts = new TaskService()) { TaskDefinition td = ts.NewTask();...

View Article

New Post: RunningTask Parameters/Arguments

Hello dahall,I read up on the article you provided but it doesn't tell much. Perhaps you have an example?I am trying something like: regTask.Run( new KeyValuePair<object,...

View Article


New Post: RunningTask Parameters/Arguments

When you create the ExecAction, you need to specify $(Arg0) for the Arguments value.td.Actions.Add(new ExecAction("myprogram.exe", "$(Arg0)"));Then, you can call the Run method using the string value...

View Article

New Post: Access is denied error in RegisterTaskDefinition method...

Permissions at either the system level or checking if UAC is blocking your rights would be my first guess. Nothing else seems to be amiss.

View Article

New Post: RunningTask Parameters/Arguments

dahall wrote:When you create the ExecAction, you need to specify $(Arg0) for the Arguments value.td.Actions.Add(new ExecAction("myprogram.exe", "$(Arg0)"));Then, you can call the Run method using the...

View Article
Browsing all 2206 articles
Browse latest View live