Created Unassigned: Property Task.Enabled is not saved [11703]
I am using Microsoft.Win32.TaskScheduler.dll in an appliction to create and change a task. If I set the property Task.Enabled to False it will not be saved to Windows. All other information is saved...
View ArticleCreated Unassigned: Personalize task conditions for battery use [11706]
Hi,I need to enable the task executions even if the notebook is using battery.I've seen that using the "Task Conditions" from the "Windows Task Scheduler" panel I can set the options needed, how I can...
View ArticleClosed Unassigned: Personalize task conditions for battery use [11706]
Hi,I need to enable the task executions even if the notebook is using battery.I've seen that using the "Task Conditions" from the "Windows Task Scheduler" panel I can set the options needed, how I can...
View ArticleCommented Unassigned: Property Task.Enabled is not saved [11703]
I am using Microsoft.Win32.TaskScheduler.dll in an appliction to create and change a task. If I set the property Task.Enabled to False it will not be saved to Windows. All other information is saved...
View ArticleCommented Unassigned: Property Task.Enabled is not saved [11703]
I am using Microsoft.Win32.TaskScheduler.dll in an appliction to create and change a task. If I set the property Task.Enabled to False it will not be saved to Windows. All other information is saved...
View ArticleSource code checked in, #90334
* Added a .NET 2.0 friendly version of EventLog classes only found in the 3.5 and later code base allowing for events to be viewed regardless of .NET version.
View ArticleNew Post: TaskScheduler to access task from a "WORKGROUP" machine
Hi dahall, I guess I didn't explain the scenario correctly. The web application and the scheduled tasks are actually running in different machines. The machine which runs the scheduled tasks is a...
View ArticleCommented Feature: Personalize task conditions for battery use [11706]
Hi,I need to enable the task executions even if the notebook is using battery.I've seen that using the "Task Conditions" from the "Windows Task Scheduler" panel I can set the options needed, how I can...
View ArticleCommented Unassigned: Property Task.Enabled is not saved [11703]
I am using Microsoft.Win32.TaskScheduler.dll in an appliction to create and change a task. If I set the property Task.Enabled to False it will not be saved to Windows. All other information is saved...
View ArticleCommented Unassigned: Property Task.Enabled is not saved [11703]
I am using Microsoft.Win32.TaskScheduler.dll in an appliction to create and change a task. If I set the property Task.Enabled to False it will not be saved to Windows. All other information is saved...
View ArticleCommented Unassigned: Property Task.Enabled is not saved [11703]
I am using Microsoft.Win32.TaskScheduler.dll in an appliction to create and change a task. If I set the property Task.Enabled to False it will not be saved to Windows. All other information is saved...
View ArticleNew Post: TaskScheduler to access task from a "WORKGROUP" machine
Ok. When you instantiate the TaskService object, you will need to use the parameters allowing you to connect remotely (see Documentation for example code). You will only need to specify a valid...
View ArticleCommented Unassigned: Property Task.Enabled is not saved [11703]
I am using Microsoft.Win32.TaskScheduler.dll in an appliction to create and change a task. If I set the property Task.Enabled to False it will not be saved to Windows. All other information is saved...
View ArticleNew Post: Export... but no import?
Is it possible to import a task from xml? Maybe i just missed something in the documentation and the code but i didn't see the word "import" anywhere. help?
View ArticleCommented Unassigned: Property Task.Enabled is not saved [11703]
I am using Microsoft.Win32.TaskScheduler.dll in an appliction to create and change a task. If I set the property Task.Enabled to False it will not be saved to Windows. All other information is saved...
View ArticleNew Post: TaskScheduler to access task from a "WORKGROUP" machine
Hi dahall, Thanks again for your support. Please have a look into the specs of my server machine Machine name : develop100 User name : sysadmin (this is the Admin account) Workgroup : WORKGROUP Here is...
View ArticleNew Post: Export... but no import?
Yes. There are actually a few ways: 1) As a file, you can pass the filename to the ImportTask method on the instantiated TaskFolder object of the task's destination.using (TaskService ts = new...
View ArticleNew Post: Export... but no import?
Excellent response! I will try this when i get back to work
View ArticleNew Post: TaskScheduler to access task from a "WORKGROUP" machine
That is the correct syntax. You may have firewall issues on develop100 that are preventing access.
View ArticleNew Post: TaskScheduler to access task from a "WORKGROUP" machine
Hi dahall, I don't think this exception has something to do with the Windows Firewall. I have asked our System Admin to turn off the Windows Firewall in develop100 and then I tried, still ended up with...
View Article