Commented Unassigned: System.NullReferenceException exception in web service...
I wrote an c# console app which calls web service.I needed to run this app for every night, so I decided to use this task scheduler as it seems a good one to do my job.But I got an issue which says...
View ArticleCommented Unassigned: Remote windows server 2003 Task scheduling access [11880]
hi,when i tried to connect a remote server(windows 2003) using the line,Microsoft.Win32.TaskScheduler.TaskService _taskservice = new Microsoft.Win32.TaskScheduler.TaskService(servername, username,...
View ArticleNew Post: Multiple Dos command through Task scheduler Action without using...
Hi Dahall, Thank you for your response. I can have multiple actions. But thing is that The output of following first action would be the input to second and third action. 1st action set...
View ArticleNew Post: Multiple Dos command through Task scheduler Action without using...
You would have to do something like persist information to a temp file in between messages if you wanted to use separate actions. You could also use a PowerShell script. Actions do not have a way to...
View ArticleNew Post: what is the best way to deploy task scheduler with my .exe ?
Check this response to see if it helps: https://taskscheduler.codeplex.com/discussions/370130
View ArticleSource code checked in, #91968
* Lots of refactoring of properties control to extract action & trigger collection editors and add better layout options. * Added ability to reorder action collection items in editor via drag &...
View ArticleNew Post: Multiple Dos command through Task scheduler Action without using...
The task is achieved through adding a action with PowerShell script. Thank you.
View ArticleNew Post: TriggerEditDialog could not be resolved.
This is resolved after referencing to correct version assembly. Thank you.
View ArticleNew Post: Creating a remote task in a Workgorup environment.
Hi, Currently I am trying to create a task in remote machine through TaskService class. The remote machine is connected through workgroup. But I am not able to create task in remote machine. I am...
View ArticleNew Post: Creating a remote task in a Workgorup environment.
I don't have a configuration that will allow me to test, but I believe this can be done by specifying a valid username and password during the TaskService instantiation.TaskService ts = new...
View ArticleNew Post: Creating a remote task in a Workgorup environment.
Hi Dahall, Thank you for your response. I tried with your suggestion but got same error, "Access is denied". Also I tried from Task Scheduler menu 'Action | Connect to Another Computer',...
View ArticleNew Post: How to set title of TriggerEditDialog.
I am trying to set title of TriggerEditDialog, before displaying it,i,e, before calling ShowDialog().How can I set it?
View ArticleNew Post: How to set title of TriggerEditDialog.
I am able to resolve in following way.TriggerEditDialog triggerDlg = new TriggerEditDialog(trigger, false); Form form = triggerDlg.FindForm(); if (form !=null) { form.Text = "Edit Trigger"; }...
View ArticleNew Post: How to set title of TriggerEditDialog.
Thanks for pointing this out. I'll add a Title property in the next release to mimic the TaskEditDialog.
View ArticleNew Post: Creation of Task on Windows 7 remotely using Managed Wrapper.
I am trying to create task in remote computer running on Windows 7 from client computer running Windows 7. Is it possible? When I tried to do this I get following exception....
View ArticleNew Post: Creation of Task on Windows 7 remotely using Managed Wrapper.
You need to be in a domain and need to be a member of the Administrators group on the remote computer. Try doing it using the "Connect to a remote computer" menu item in the "Task Scheduler" system app.
View ArticleReviewed: Release 2.2.2 (Nov 09, 2014)
Rated 2 Stars (out of 5) - Hi it's detected as malware: here is the result from virustotal:...
View ArticleReviewed: Release 2.2.2 (Nov 09, 2014)
Rated 1 Stars (out of 5) - Hi it's detected as malware: here is the result from virustotal:...
View ArticleReviewed: Release 2.2.2 (Nov 09, 2014)
Rated 1 Stars (out of 5) - Hi it's detected as ADWare: here is the result from virustotal:...
View Article