New Post: .NET 4.0/4.5 targeting
Yes, there is a simple way. Create a copy of the project file, change TargetFrameworkVersion, add new project to a solution and create new build configurations.
View ArticleNew Post: .NET 4.0/4.5 targeting
Thanks. I have updated the solution with new projects for both the base library and the editor library targeting the .NET 4 runtime. I believe the .NET 4.5 and 4.51 libraries use the same base...
View ArticleSource code checked in, #88401
- Made code and config changes to allow for a .NET 2 and 4 build from a single project file - Excluded code sections not compatible with .NET 2 around Event Log reading - Updated to 2.0.4 - Added alias...
View ArticleNew Post: I want to create a schedule that will run every 1 hour in a day.
Hi, I upgraded to latest released dll in my project. When I am trying to run below code on Win 8.1 OS it's giving error on below bold line: Code: TaskDefinition td =...
View ArticleNew Post: I want to create a schedule that will run every 1 hour in a day.
Please check previous posts before asking questions. This has actually been answered in two other posts. Read my response in https://taskscheduler.codeplex.com/discussions/84859.
View ArticleNew Post: I want to create a schedule that will run every 1 hour in a day.
My task is created successfully at the defined time using daily trigger. The first time it will execute will be as per schedule but, I want to start the execution of task immediately once its created...
View ArticleCreated Unassigned: Task.SetSecurityDescriptorSddlForm always throws...
In TaskService/Task.cs, the SetSecurityDescriptorSddlForm always throws an exception, even when the Task is a V2 task.
View ArticlePatch Uploaded: #15803
RobV8R has uploaded a patch.Description:Fixes WorkItem 11549. The Task.SetSecurityDescriptorSddlForm method threw a NotV1SupportException even when the task was a V2 task.
View ArticleCreated Unassigned: Task.SetSecurityDescriptorSddlForm and...
The methods Task.GetSecurityDescriptorSddlForm and Task.SetSecurityDescriptorSddlForm accept a parameter of type AccessControlSections. The value of this parameter is passed to...
View ArticleCommented Unassigned: Task.SetSecurityDescriptorSddlForm and...
The methods Task.GetSecurityDescriptorSddlForm and Task.SetSecurityDescriptorSddlForm accept a parameter of type AccessControlSections. The value of this parameter is passed to...
View ArticleCommented Unassigned: Task.SetSecurityDescriptorSddlForm and...
The methods Task.GetSecurityDescriptorSddlForm and Task.SetSecurityDescriptorSddlForm accept a parameter of type AccessControlSections. The value of this parameter is passed to...
View ArticleNew Post: .NET 4.0/4.5 targeting
In my experience, it's often unnecessary to create multiple project files to perform multi-targeting. Instead, we let MSBuild do the work for us. msbuild MySolution.sln /ToolsVersion:2.0 /t:Rebuild...
View ArticleClosed Unassigned: Task.SetSecurityDescriptorSddlForm always throws...
In TaskService/Task.cs, the SetSecurityDescriptorSddlForm always throws an exception, even when the Task is a V2 task.Comments: Fixed in upcoming source code update and next release (2.0.4)
View ArticleNew Post: I want to create a schedule that will run every 1 hour in a day.
Look at the Repetition properties under the trigger. These (Interval and Duration) will let you start at the time the trigger specifies and then repeat at a specified interval for the length of a...
View ArticleNew Post: How to disable "stop task if..."
I have v2.0.3 and I'm having the same issue in XP SP3 where the "Settings.ExecutionTimeLimit" property is set to "TimeSpan.Zero", but the "Stop the task if it runs longer than..." is still checked....
View ArticleNew Post: Weird exception
I have just tried to run the example from my asp.net application. Connections in task service are working:using (TaskService ts = new TaskService()) { // Create a new task definition and assign...
View ArticleSource code checked in, #88928
- More work on dialog handling of incompatible selections relating to current compatibility setting - Introduction of a combo box for the compatibility selectiono that will disable ineligible items -...
View Article