New Post: Setting and 'hide'
First of all Thanks for the great work here! I created a schedule successfully, The user could see the program run. I need this to run in the background as this is a technical application that a...
View ArticleNew Post: Setting and 'hide'
If you want the program to run in the user's space, then it must be run interactively within their account (like it is now). To run it minimized, you can launch it from a minimized cmd window or a...
View ArticleCommented Unassigned: Inheritance security rules violated while overriding...
I'm trying to write a NAnt extension that uses this library but I get this exception on my first method that loads the taskscheduler objects.System.TypeLoadException: Inheritance security rules...
View ArticleNew Comment on "ActionSamples"
about the EmailAction where to put the authenticated password of from account
View ArticleClosed Unassigned: Inheritance security rules violated while overriding...
I'm trying to write a NAnt extension that uses this library but I get this exception on my first method that loads the taskscheduler objects.System.TypeLoadException: Inheritance security rules...
View ArticleNew Comment on "ActionSamples"
aabdelhameed: If you email server supports putting passwords in header fields, you can use the HeaderFields property and add the name and the password as the value. If not, then I'm afraid this library...
View ArticleNew Post: Open to new trigger window
Hi guys, I've been using the "EditorForm.Initialize" command to open the editor form, but is there a way to have it open directly into the triggers / new trigger form? At the moment I've got the editor...
View ArticleNew Post: Open to new trigger window
There is not a simple property that will allow this. However you can use a sneaky method for doing this, though it has risks of internals breaking it in the future so definitely make sure you build in...
View ArticleNew Post: Open to new trigger window
dahall, that opens the window directly into the "Triggers" tab which is great, but is it also possible to have it open to the "New Trigger" window - instead of having to press the "New" button? Not a...
View ArticleNew Post: Open to new trigger window
If you just need to create a new trigger, then use the TriggerEditDialog.
View ArticleNew Post: Advanced settings->Repeat Task every - where can I find this...
I am looking at editing a Time Trigger. In advanced settings I see an option to Repeat Task every X time/date for a duration of y time/date. Where can I find this in the API?
View ArticleNew Post: Advanced settings->Repeat Task every - where can I find this...
https://taskscheduler.codeplex.com/wikipage?title=TriggerSamples&referringTitle=Documentation See the first example.
View ArticleNew Post: Add task from xml string
How i can add task from xml string ? Not from xml file. I am going to get xml tasks from ms sql database.
View ArticleNew Post: Add task from xml string
You will get a TaskFolder instance for the folder in which you want to place the task, and then call the RegisterTask method setting the second parameter to the XML text string that contains the task's...
View ArticleNew Post: Windows 10 Support
I found an issue in other place. Wrapper cannot get definition for some preinstalled tasks. For example win 10 has next task "\Microsoft\Windows\CertificateServicesClient\UserTask". When I try to get...
View ArticleCreated Unassigned: Release 2.3.1 bug with .NET 3.5 [12088]
Hello,I am testing the release 2.3.1 over the previous 2.0.3 with .NET 3.5. I took the 2.0 version of the dll and I have compilation errors.Some types from System.Core v3.5.0.0 have the same names as...
View ArticleSource code checked in, #95421
* Updates to allow for use in Windows 10 preview builds * Reconfigured test app to build for .NET 2 & 4
View ArticleNew Post: Windows 10 Support
I have found the problems and corrected in the latest source code drop and they will be included in the next release (2.3.2). Unfortunately, the .NET runtimes do not return new values for Windows 10...
View ArticleNew Post: Windows 10 Support
Thank you! Let's hope Win 10 fixes it and does not throw too many surprises in the next release. )
View Article