New Post: Targeting .NET 4.5
The NuGet package provides builds for .NET 2.0, 3.5, 4.0 and 4.5.2 as recommended by Microsoft. If you build against 4.5, NuGet Package Manager will pick the 4.0 package which does include the...
View ArticleClosed Unassigned: Unit Test not possible due to Lib [12473]
In a project where i am using the TaskScheduler Lib i cannot create an Unit test becuase of the CS0433 errorThe type <type> exists in both DLLsThis is because i need to fake the System.dll but...
View ArticleUpdated Wiki: Home
This project is moving to GitHub. To provide fluid support, I am keeping this space open until CodePlex shuts down.This project provides a wrapper for the Windows Task Scheduler. It aggregates the...
View ArticleCreated Unassigned: Incorrect TimeSpan2 version in nuget of...
TaskSchedulerEditor references TimeSpan2 2.1.6 but its nuget describe dependency as 2.1.5 and this cause error on nugets update:Unable to resolve dependencies. 'TimeSpan2 2.1.6' is not compatible with...
View ArticleCommented Unassigned: Incorrect TimeSpan2 version in nuget of...
TaskSchedulerEditor references TimeSpan2 2.1.6 but its nuget describe dependency as 2.1.5 and this cause error on nugets update:Unable to resolve dependencies. 'TimeSpan2 2.1.6' is not compatible with...
View ArticleCommented Unassigned: Error registering task on Windows Vista [12469]
On Windows Vista, I can't register a task when a password is required. I'm using the version 2.5.27 of the wrapper.The next code works on other operative systems, but not in Windows...
View ArticleCommented Unassigned: Error registering task on Windows Vista [12469]
On Windows Vista, I can't register a task when a password is required. I'm using the version 2.5.27 of the wrapper.The next code works on other operative systems, but not in Windows...
View ArticleNew Post: Cannot create task with BootTrigger programmatically
I want to create a task with BootTrigger programmatically. The issue is that when I try to create it, I get an access denied exception, even if the user has admin rights. Is there anything that I am...
View ArticleCommented Unassigned: Error registering task on Windows Vista [12469]
On Windows Vista, I can't register a task when a password is required. I'm using the version 2.5.27 of the wrapper.The next code works on other operative systems, but not in Windows...
View ArticleCommented Unassigned: Error registering task on Windows Vista [12469]
On Windows Vista, I can't register a task when a password is required. I'm using the version 2.5.27 of the wrapper.The next code works on other operative systems, but not in Windows...
View ArticleCommented Unassigned: Error registering task on Windows Vista [12469]
On Windows Vista, I can't register a task when a password is required. I'm using the version 2.5.27 of the wrapper.The next code works on other operative systems, but not in Windows...
View ArticleClosed Unassigned: Incorrect TimeSpan2 version in nuget of...
TaskSchedulerEditor references TimeSpan2 2.1.6 but its nuget describe dependency as 2.1.5 and this cause error on nugets update:Unable to resolve dependencies. 'TimeSpan2 2.1.6' is not compatible with...
View ArticleCommented Unassigned: Error registering task on Windows Vista [12469]
On Windows Vista, I can't register a task when a password is required. I'm using the version 2.5.27 of the wrapper.The next code works on other operative systems, but not in Windows...
View ArticleCommented Unassigned: Error registering task on Windows Vista [12469]
On Windows Vista, I can't register a task when a password is required. I'm using the version 2.5.27 of the wrapper.The next code works on other operative systems, but not in Windows...
View ArticleCommented Unassigned: Error registering task on Windows Vista [12469]
On Windows Vista, I can't register a task when a password is required. I'm using the version 2.5.27 of the wrapper.The next code works on other operative systems, but not in Windows...
View ArticleClosed Unassigned: Error registering task on Windows Vista [12469]
On Windows Vista, I can't register a task when a password is required. I'm using the version 2.5.27 of the wrapper.The next code works on other operative systems, but not in Windows...
View ArticleNew Comment on "ActionSamples"
Hi, Can Microsoft.Win32.TaskScheduler call a VB Function/Method to perform a specific task within VB.Net like below : td .Actions.Add(New ExecAction("MyMethod()", "c:\test.log")) Sub MyMethod()...
View ArticleNew Comment on "ActionSamples"
@AliceDev: There is no mechanism to do exactly as you've written, that is calling a VB method directly from a task. However, you can have a task call a ComHandlerAction this is hosted by a VB COM...
View Article