New Post: No task found when running on remote Windows Server 2008 R2 from...
Hello again, Finally, I found out what was wrong. Problem was with tasks made in task scheduler on remote machine, all of them are V2 compability. What I did was recreating those tasks with V1...
View ArticleNew Post: Getting (16,8):StartBoundary: Exception when Schdeduling Task
Given the error, this has to do with the StartBoundary setting on one of the triggers. Check to make sure it is before any EndBoundary setttings and has not been set to DateTime.MinTime. There are a...
View ArticleNew Post: Getting (16,8):StartBoundary: Exception when Schdeduling Task
Below is a glimpse of method I am using to schedule tasks. You will see TaskModel which is just a wrapper to store schedule information. Do let me know where I have gone wrong. Look ahead to hearing...
View ArticleNew Post: Getting (16,8):StartBoundary: Exception when Schdeduling Task
I figured out, date was an issue. I will send you a free license of software I am making. Just email me at walia.rubal@gmail.com.
View ArticleNew Post: Getting (16,8):StartBoundary: Exception when Schdeduling Task
Glad you figured it out. If you would please add in what you found to be the problem by editing your last message. I'd also remove your email as this is a public forum.
View ArticleNew Post: How do I store a password when adding task?
hello I am developing a wpf application on custom task scheduler. Application will not run without admin privileges or manifest file as it is the required. So is it possible to create task from my...
View ArticleCreated Unassigned: Version Support [12447]
Hi,The current version doesn't support 1.5 versioned tasks.This is the error we get:System.InvalidOperationException: The current version of the native library (1.4) does not support the original or...
View ArticleCommented Unassigned: Version Support [12447]
Hi,The current version doesn't support 1.5 versioned tasks.This is the error we get:System.InvalidOperationException: The current version of the native library (1.4) does not support the original or...
View ArticleEdited Issue: Version Support [12447]
Hi,The current version doesn't support 1.5 versioned tasks.This is the error we get:System.InvalidOperationException: The current version of the native library (1.4) does not support the original or...
View ArticleNew Post: How do I store a password when adding task?
Yes, Use the parameters to the TaskService constructor to supply an account and password that have Admin rights. See the Documentation for detail.
View ArticleCommented 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.ThanksComments: ** Comment from web user: dahall ** What errors are you getting? Microsoft...
View ArticleCommented Issue: Version Support [12447]
Hi,The current version doesn't support 1.5 versioned tasks.This is the error we get:System.InvalidOperationException: The current version of the native library (1.4) does not support the original or...
View ArticleEdited Issue: 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 Issue: Version Support [12447]
Hi,The current version doesn't support 1.5 versioned tasks.This is the error we get:System.InvalidOperationException: The current version of the native library (1.4) does not support the original or...
View ArticleCommented Issue: 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 ArticleCreated Unassigned: TaskEditDialog okBtn_Click results in...
The task edit dialog seems to produce an error dialog when the user creating or updating the task does not have the correct permissions to do so on the system. The following is the exception that...
View ArticleCommented Unassigned: TaskEditDialog okBtn_Click results in...
The task edit dialog seems to produce an error dialog when the user creating or updating the task does not have the correct permissions to do so on the system. The following is the exception that...
View ArticleCreated Unassigned: NotV1SupportedException while creating a folder [12450]
HiGetting NotV1SupportedException when creating a folder.Here's the stack trace:Microsoft.Win32.TaskScheduler.NotV1SupportedException: MyClass.createTask is not supported on Task Scheduler 1.0 at...
View ArticleCommented Unassigned: NotV1SupportedException while creating a folder [12450]
HiGetting NotV1SupportedException when creating a folder.__Here's the stack trace:__Microsoft.Win32.TaskScheduler.NotV1SupportedException: MyClass.createTask is not supported on Task Scheduler 1.0 at...
View ArticleClosed Unassigned: NotV1SupportedException while creating a folder [12450]
HiGetting NotV1SupportedException when creating a folder.__Here's the stack trace:__Microsoft.Win32.TaskScheduler.NotV1SupportedException: MyClass.createTask is not supported on Task Scheduler 1.0 at...
View Article