New Post: Load balancing Task schedular
The library is not thread safe so you will need to manage thread compartmentalization on your own and create a new instance of the TaskService in each thread.
View ArticleReleased: Release 1.9.4 (Mar 21, 2013)
Many bug fixes, full support for Windows 7 and Windows 8 additions to core library, and an enhanced editor to allow editing of all properties, since the 1.8.3 release. SeeSource Code for full details...
View ArticleUpdated Release: Release 1.9.4 (Mar 21, 2013)
Many bug fixes, full support for Windows 7 and Windows 8 additions to core library, and an enhanced editor to allow editing of all properties, since the 1.8.3 release. See Source Code for full details...
View ArticleNew Post: questions on querying server for a single task
I have been filtering through here all day. I have an app that registers tasks for one of our applications. I want to add a check box that will represent the present/not present status of the task. but...
View ArticleNew Post: questions on querying server for a single task
If by "present/not present" status you mean if the task is registered on the system, you can find that by using the TaskService.FindTask("taskname") method. It will look through all folders and try to...
View ArticleCreated Issue: my scheduler task not working properly after then [10951]
"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.
View ArticleNew Post: no task scheduler is created when deploy on IIS server
I am setting task scheduler from a button inside a update panel. when I run my project locally, everything is working very fine, but when I deploy my web app to IIS server and I create task scheduler...
View ArticleNew Post: TriggerEditDialog StartBoundary is not showing 24h format.
Hi. Thanks for great wrapper. I couldnt set 24h format for time display on triggerEditDialog. How can i do this?
View ArticleNew Post: TriggerEditDialog StartBoundary is not showing 24h format.
I look sourcecode. I sawswitch (value) { case FullDateTimePickerTimeFormat.ShortTime: dateTimePickerTime.Format = DateTimePickerFormat.Custom; dateTimePickerTime.CustomFormat =...
View ArticleNew Post: no task scheduler is created when deploy on IIS server
Please look at other discussions for hints regarding how to get IIS permissions set so that local and remote tasks can be managed. This is very likely a permissions problem.
View ArticleCommented Issue: my scheduler task not working properly after then [10951]
"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.Comments: ** Comment from web user: dahall ** Please...
View ArticleCommented Issue: my scheduler task not working properly after then [10951]
"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.Comments: ** Comment from web user: dev_umut ** Its...
View ArticleCommented Issue: my scheduler task not working properly after then [10951]
"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.Comments: ** Comment from web user: dahall ** This error...
View ArticleNew Post: TriggerEditDialog StartBoundary is not showing 24h format.
In looking at the documentation for CurrentCulture, I think you are correct. I will make the change and include it in the next release.
View ArticleSource code checked in, #84271
Fixed CurrentCulture reference in FullDateTimePicker for Trigger dialogs.
View ArticleCommented Issue: my scheduler task not working properly after then [10951]
"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.Comments: ** Comment from web user: dev_umut ** Yes. Im...
View ArticleCommented Issue: my scheduler task not working properly after then [10951]
"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.Comments: ** Comment from web user: dahall ** There is a...
View Article