New Post: FileNotFoundException when running on Windows Xp
This error has occurred in the past when the name of the task conflicts with the V1 engine. What is the name of your task?
View ArticleNew Post: FileNotFoundException when running on Windows Xp
The name of the task is "Backups". I also tried with a different name but it didn´t work.
View ArticleNew Post: FileNotFoundException when running on Windows Xp
Thank you for finding that inconsistency. I will adjust it so that it behaves the same for both.
View ArticleCommented Unassigned: Windows 2008 R2 Server - unhandled exception [12432]
TaskEditDialog ted = new TaskEditDialog(dct, true, true); try { ted.ShowDialog();On Windows 2008 R2 Server, logged in as an Administrator, when the ShowDialog() call exits (but before it hits the next...
View ArticleSource code checked in, #98156
Fixed inconsistency on XP, where GetPath failed with exception instead of returning null like on later Windows versions.
View ArticleNew Post: What does this mean?
Windows 10 64-bit, unfortunately I don't have the XML data. Is there some way of getting the raw XML data from the exception object when such an exception occurs?
View ArticleNew Post: What does this mean?
Take the task you create and save, on any system, and collect the XML for it using the native "Task Scheduler" system applet. That will suffice. You cannot get it from the exception. That error is...
View ArticleNew Post: FileNotFoundException when running on Windows Xp
It is now corrected and will appear in the next release.
View ArticleNew Post: Edit Triger Issue
Thank you for the detail. I am working to resolve it for the next release.
View ArticleCreated Issue: DateTimePicker Issue [12433]
All DateTimePickers on the form some time show time in incorrect format. That depends on current regional settings. If regional settings use a 24 hour clock form translates the time into 12 hour format...
View ArticleNew Post: Edit Triger Issue
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleEdited Issue: DateTimePicker Issue [12433]
All DateTimePickers on the form some time show time in incorrect format. That depends on current regional settings. If regional settings use a 24 hour clock form translates the time into 12 hour format...
View ArticleNew Post: LastRunResult column in Task Scheduler not the same as...
I notice this happens on Windows Server 2012 R2. I created a new task and this task is yet to run. By using the Task Scheduler Managed Wrapper, it returns status code 0x1 in LastTaskResult property....
View ArticleNew Post: Task Sheduler Microsoft.Win32.TaskScheduler
Hi, I want to create a task scheduler on weekly basis. i want my exe file run on Monday & Tuesday around 11:00 AM in morning. How to do the code below is codePrivate Sub TaskRunSheduler() Using ts...
View ArticleCreated Unassigned: Add framework 4.5 compilation [12436]
Hello,Can include a Framework 4.5 version compilation? I have some references errors in 4.5.2 version.Thanks
View ArticleCommented Unassigned: Windows 2008 R2 Server - unhandled exception [12432]
TaskEditDialog ted = new TaskEditDialog(dct, true, true); try { ted.ShowDialog();On Windows 2008 R2 Server, logged in as an Administrator, when the ShowDialog() call exits (but before it hits the next...
View ArticleCommented Unassigned: Windows 2008 R2 Server - unhandled exception [12432]
TaskEditDialog ted = new TaskEditDialog(dct, true, true); try { ted.ShowDialog();On Windows 2008 R2 Server, logged in as an Administrator, when the ShowDialog() call exits (but before it hits the next...
View ArticleNew Comment on "Examples"
I found that the TaskEventLog does not recognize credentials that have already been provided to an instance of TaskService. In order for me to get the TaskEventLog to work I needed to pass the...
View ArticleNew Post: Problems with Windows 10. Tasks are scheduled, repetitions is...
This is a very strange issue. I've been using your library for almost a year now (thank you!) and never encountered any issue that wasn't from my own errors. Now I've found out that the same task...
View Article