New Post: Task History Control Activate Issue
After being able to do some more research I have found that the following is thrown when trying to refresh from an installed client. This BackgroundWorker is currently busy and cannot run multiple...
View ArticleNew Post: Getting "The request is not supported 0x80070032" after target...
A few months ago, I implemented some code that uses Task Scheduler Managed Wrapper (release 2.2.0) to trigger Task Scheduler tasks on a remote computer. It's worked fine since then until yesterday when...
View ArticleNew Post: RegisterTaskDefinition with Windows Service credentials
Hello dahall, thanks, you're always very kind. I solved it by asking the user for username and password and using the RegisterTaskDefinition method with the credentials specified. Have a nice day,...
View ArticleNew Post: Getting "The request is not supported 0x80070032" after target...
My guess is that the new server is not configured to allow remote task management. See the first portion of this article for info: http://technet.microsoft.com/en-us/library/cc766266.aspx
View ArticleNew Post: Getting "The request is not supported 0x80070032" after target...
dahall, thanks for the reply. Question, though: If that is the case, why am I able to run the code when calling from my dev box? I would think if the target computer wasn't configured correctly, it...
View ArticleNew Post: Getting "The request is not supported 0x80070032" after target...
Just wanted to update to confirm that this did fix the issue. So thanks very much, dahall! Hopefully if others run into this problem they will find this thread.
View ArticleNew Post: Multilanguage SUpport
Hi it's possible to translate the component in another language ? in French If you wan't i assume that Thx
View ArticleNew Post: Multilanguage SUpport
I would greatly appreciate any help with a French translation (or any language for that matter). Please send me (dahall) a direct message by clicking on my name to the left here and then clicking the...
View ArticleNew Post: Tracking Task State changes
Hi, Is there any way to subscribe to an event that would alert me if a task state has changed? What I'm really interested in is when a task changes from stopped to running and vice-versa. I'm on...
View ArticleReviewed: Release 2.2.0 (Jun 12, 2014)
Rated 5 Stars (out of 5) - Brilliant! Made the transition from using my own V1 wrapper to V2 pretty painless.
View ArticleNew Comment on "Documentation"
Hi, I have some clarification and code sample for the following. How to create a task with Administrator account. How to updated the trigger settings for the existing task. For example : I have a task...
View ArticleNew Post: Tracking Task State changes
That would be a nice feature, but there is nothing in the native library that would support this.
View ArticleNew Post: Windows XP SP3 System Account.
I am trying to create task on Windows XP machine SP3, Using DLL version 2.2.0.18504.The above code creates schedule task on "NT AUTHORITY\System" . The Last Run Time is always Never whereas next run...
View ArticleNew Post: Windows XP SP3 System Account.
incaunu, I am experiencing the same issue as posted here. Can you please help me to fix it? what did you do? the link you have for steps points to another error message. Thanks in advance. Mano
View ArticleSource code checked in, #90766
* Further consolidation of native API files * Clean up of some alias settings that are no longer needed * Addition of TaskBrowserDialog for selection of tasks and/or task folders
View ArticleSource code checked in, #90767
* Fixed .NET2 EventLog stub * Extended support for more generic collection interfaces in TaskService classes
View ArticleSource code checked in, #90844
* Corrected issue with loading assemblies when using ILMerge
View ArticleNew Post: How to get the last run time of a specific task
This is what i have tried but i have a few question to ask 1) Where do we get the taskpath from ? The scheduler is running an application every 1 hour. Is the path equals to the path of the application...
View Article