Aspose.Tasks.Cpp 20.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Tasks.Cpp --version 20.1.0
NuGet\Install-Package Aspose.Tasks.Cpp -Version 20.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Tasks.Cpp" Version="20.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Tasks.Cpp --version 20.1.0
#r "nuget: Aspose.Tasks.Cpp, 20.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.Tasks.Cpp as a Cake Addin
#addin nuget:?package=Aspose.Tasks.Cpp&version=20.1.0

// Install Aspose.Tasks.Cpp as a Cake Tool
#tool nuget:?package=Aspose.Tasks.Cpp&version=20.1.0

Aspose.Tasks for .NET is a C# library that assists developers in generating, editing, rendering & conversion of Project files without needing Microsoft Project®.

Aspose.Tasks for .NET on premise API enables you to work with projects, formulas, calendars, calendar exceptions, tasks, task links, task baselines, project resources, resource assignments, currencies, handling exceptions, reporting services, and project risk analysis (Monte Carlo Simulation).

Project File Processing Features

  • Set project schedule type, start date & finish date.
  • Modify project standard rate, overtime rate, task type, fixed cost accrual etc.
  • Manage project extended attributes.
  • Define project calendar and weekdays.
  • Task baseline scheduling and duration.
  • Work with task constraints.
  • Apply links among tasks.
  • Create task milestone, estimated critical or effort driven tasks.
  • Manage resource cost and variance.
  • Assignment cost and budget.
  • Encode MPX files.
  • Comprehensive project reporting (15+ types of reports).

Read & Write Project Formats

Microsoft Project: MPP, MPT, MPX, XML

Save Projects As

Primavera: P6 XML, PM XER Microsoft Offic: XLSX Fixed Layout: PDF Images: JPEG, PNG, BMP, TIFF, SVG Text: TXT Others: HTML

Platform Independence

You can use Aspose.Tasks for .NET to build any type of a 32-bit or 64-bit .NET application including ASP.NET, WCF, WinForms, WPF etc. It is possible to use Aspose.Tasks for .NET via COM Interop from ASP, Perl, PHP and Python. You can also use Aspose.Tasks for .NET to build applications with Mono.

Getting Started with Aspose.Tasks for .NET

Are you ready to give Aspose.Tasks for .NET a try? Simply execute Install-Package Aspose.Tasks from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Tasks for .NET and want to upgrade the version, please execute Update-Package Aspose.Tasks to get the latest version.

Convert Microsoft Project MPP File to Primavera MPX Format

You can execute below code snippet to see how Aspose.Tasks API performs against your own samples or check the GitHub Repository for other common usage scenarios.

Project project = new Project(dir + "template.mpp");
// save project data in MPX format
project.Save(dir + "output.xml", SaveFileFormat.MPX);

Create a Project file, a Task and Sub-task within it using C#

Aspose.Tasks for .NET a lot of C# public classes to define and manage project tasks. Following code sample shows how to create a project file in C# and then create a task and a sub-task within that project:

// create an instance of Project class
Project project = new Project();

// add task & sub task
Task task = project.RootTask.Children.Add("Summary1");
Task subtask = task.Children.Add("Subtask1");
// save project data in XML format
project.Save(dir + "output.xml", SaveFileFormat.XML);

Product Page | Documentation | API Reference | Code Examples | Blog | Free Support | Temporary License

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Aspose.Tasks.Cpp:

Package Downloads
Aspose.Total.Cpp

Aspose.Total for C++ is a complete package of C++ libraries specifically designed to create, manipulate and convert popular file formats from Microsoft Office and PDF without requiring Office or Adobe Automation. C++ API package also includes a specialized library to generate and recognize barcode labels from images with advanced features to customize the barcode generation and recognition process.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.4.0 238 4/17/2024
24.3.0 764 3/30/2024
24.2.0 842 2/29/2024
24.1.0 841 1/29/2024
23.12.0 1,350 12/30/2023
23.11.0 1,610 11/29/2023
23.10.0 1,881 10/19/2023
23.9.0 1,992 9/27/2023
23.8.0 2,215 8/30/2023
23.7.0 2,264 7/26/2023
23.6.0 2,469 6/23/2023
23.5.0 1,900 5/26/2023
23.4.0 2,692 4/19/2023
23.3.0 3,263 3/28/2023
23.2.0 3,702 2/22/2023
23.1.0 3,353 1/27/2023
22.12.0 3,808 12/26/2022
22.11.0 4,192 11/25/2022
22.10.0 4,240 10/23/2022
22.9.0 4,182 9/23/2022
22.8.0 931 9/2/2022
22.7.0 8,247 7/21/2022
22.6.0 1,084 7/1/2022
22.5.0 5,372 6/2/2022
22.4.0 7,719 4/27/2022
22.3.0 1,164 3/31/2022
22.2.0 8,882 2/28/2022
22.1.0 1,367 1/31/2022
21.12.0 3,878 12/30/2021
21.11.0 4,278 11/30/2021
21.10.0 4,914 11/4/2021
21.9.0 6,211 9/30/2021
21.8.0 7,557 8/31/2021
21.7.0 3,923 7/30/2021
21.6.0 4,579 6/29/2021
21.5.0 778 5/27/2021
21.4.0 6,335 4/26/2021
21.3.0 3,614 3/23/2021
21.2.0 677 2/27/2021
21.1.0 5,138 1/30/2021
20.12.0 4,785 12/29/2020
20.11.0 4,625 12/1/2020
20.10.0 3,487 10/29/2020
20.9.0 4,160 9/19/2020
20.7.0 5,873 7/24/2020
20.6.0 4,330 6/30/2020
20.5.0 4,943 5/23/2020
20.4.0 2,883 4/27/2020
20.3.0 4,174 3/26/2020
20.2.0 1,888 2/29/2020
20.1.0 3,681 1/24/2020
19.12.0 690 12/19/2019
19.9.0 931 10/21/2019