Commented Unassigned: Error creating TaskDefinition on Window10 Home [12187]
When I try to create the TaskDefinition and see the XMlText of a System Task(SQM data sender)'tk.Definition.XmlText' threw an exception of type __'System.OutOfMemoryException'__ exception.exception...
View ArticleCommented Unassigned: Error creating TaskDefinition on Window10 Home [12187]
When I try to create the TaskDefinition and see the XMlText of a System Task(SQM data sender)'tk.Definition.XmlText' threw an exception of type __'System.OutOfMemoryException'__ exception.exception...
View ArticleCommented Unassigned: Error using RegisterTaskDefinition on Windows 7 [12154]
A user of mine is having troubles when scheduling a task from his win2k3 server to a Win7 Everything always works from other servers and for other pc's.The error he's getting is "The system cannot find...
View ArticleNew Post: How To Get the List of Network Connections [Conditions Tab]
I am trying to get the list of the Network Connections under the Conditions Tab. However I am not able to find any object from the wrapper which allows me to retrieve the network connections list. Any...
View ArticleNew Post: How To Get the List of Network Connections [Conditions Tab]
The class used is not exposed publicly in the library. In the Source Code, look under the TaskEditor project, Native directory and find the NetworkProfile.cs class file. This is what you need. There is...
View ArticleNew Post: How To Get the List of Network Connections [Conditions Tab]
Thanks. Its working perfectly now.
View ArticleNew Post: Deserialize Task Xml
Is there any way to deserialize the Task XML of the created task using wrapper ? I'm actually working on an application, developed with C#. Does Task Definition contains some kind of property or method...
View ArticleNew Post: Deserialize Task Xml
First you must have XML in the right format. This can be done via the library by capturing the output from an existing task via the Task.Xml property or by calling the task's Export method. If the task...
View ArticleNew Post: Deserialize Task Xml
@dahall: Thanks for the reply. But I don't want to create tasks using the XML. I have created a task and stored its Xml(using Task.Xml) in a sql db. I am retrieving this XML. So, now the problem is...
View ArticleNew Post: Deserialize Task Xml
Yes, step 1 above will accomplish what you are asking. It only creates a TaskDefinition and does not register it.
View ArticleClosed Unassigned: Error creating TaskDefinition on Window10 Home [12187]
When I try to create the TaskDefinition and see the XMlText of a System Task(SQM data sender)'tk.Definition.XmlText' threw an exception of type __'System.OutOfMemoryException'__ exception.exception...
View ArticleNew Post: Deserialize Task Xml
Okay. And will it work with the Tasks present on some remote machine in my domain ? I mean I am able to create tasks on the remote machines, so how I do make sure that the tasks with their XML (on...
View ArticleSource code checked in, #97728
* Rolled to 2.4.1 * Added error handling into RegisterTaskDefinition
View ArticleNew Post: Deserialize Task Xml
It will work as long as the XML have extracted complies with all the versions of Windows in your environment. You can do a few things to ensure this:Use the Task Scheduler applet from Windows on the...
View ArticleNew Post: TaskOptionsEditor
Hi all, is this UI version working at all? I ask before I start getting into the source code and trying to find what may be happening. I just don't get any of the controls filled with the data (I tried...
View ArticleNew Post: TaskOptionsEditor
I will try this code and let you know how to fix or I will fix the code. You actually may be the first one to use this new concept editor. Thanks for the alert.
View ArticleNew Post: TaskOptionsEditor
Thanks, Dahall, I can(and I'm willing to) help too, except the projects are in VS 2015, and cannot read them completely (using 2013 gets stuck with ITaskHandler COM Server Project Template). I also...
View ArticleCreated Issue: TaskOptionsEditor [12198]
Hi all, is this UI version working at all? I ask before I start getting into the source code and trying to find what may be happening. I just don't get any of the controls filled with the data (I tried...
View ArticleEdited Issue: TaskOptionsEditor [12198]
Hi all, is this UI version working at all? I ask before I start getting into the source code and trying to find what may be happening. I just don't get any of the controls filled with the data (I tried...
View ArticleNew Post: TaskOptionsEditor
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View Article