Skip to content
| Marketplace
Sign in
Visual Studio>Controls>Aspose.Tasks for .NET
Aspose.Tasks for .NET

Aspose.Tasks for .NET

Aspose Marketplace

|
1,508 clicks
| (0) | Free Trial
Aspose.Tasks for .NET is a Project management API that enables .NET applications to read, write & manage Project documents without utilizing MS Project. API can read & change tasks, recurring tasks, resource assignments, relations & calendars.
Get Started

.NET API to Manipulate Project Files

Nuget Nuget

banner

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

Aspose.Tasks for .NET is a C# library that assists developers in generating, editing, rendering & converting the 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 the project calendar and weekdays.
  • Task baseline scheduling and duration.
  • Work with task constraints.
  • Apply links among tasks.
  • Create task milestones, 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, XML
Primavera: MPX, P6XML, XER\

Save Projects As

Microsoft Office: XLSX
Fixed Layout: PDF
Images: TIFF, SVG, PNG, JPEG
Web: HTML
Text: TXT

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.

Get Started

Are you ready to give Aspose.Tasks for .NET a try? Simply execute Install-Package Aspose.Tasks from the 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 the 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 in desired format
project.Save(dir + "output.xml", SaveFileFormat.MPX);

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

// Create a project instance
Project project = new Project();

// Add task, sub-task and save the project
Task task = project.RootTask.Children.Add("Summary1");
Task subtask = task.Children.Add("Subtask1");
project.Save(dir + "output.xml", SaveFileFormat.XML);

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft