Getting Started
Getting Started with Aspose.Tasks for .NET
Welcome to the world of automated project management! With Aspose.Tasks for .NET, you can easily read, write, and manipulate Microsoft Project files (.mpp) programmatically in your .NET applications.
Installation
Before diving into the world of project management, make sure to install Aspose.Tasks for .NET using your preferred package manager. We support NuGet (the official package manager for .NET Framework and .NET Core), as well as the Aspose Cloud installer.
- NuGet Package Manager:
- Install via the NuGet Package Manager Console:
Install-Package Aspose.Tasks
- Or, download the latest Aspose.Tasks NuGet package from here
- Install via the NuGet Package Manager Console:
To use Aspose.Tasks in your .NET Core application, install it using the following command:
dotnet add package Aspose.Tasks
- Aspose Installer:
You can also manually install the NuGet package and other dependent packages required for Aspose.Tasks.
System Requirements
Before getting started with Aspose.Tasks for .NET, ensure that you meet the minimum system requirements: * Microsoft Windows - 64-bit operating systems (32-bit is supported but may not work correctly) * Minimum required RAM: 4GB * .NET Framework - Aspose.Tasks for .NET supports .NET Framework 4.0 and above
Please ensure that the correct version of the Aspose.Tasks package is installed to avoid any potential conflicts.
Supported Formats
The Aspose.Tasks NuGet package allows you to read, write, manipulate various Microsoft Project file formats: * MPP (.mpp) * MPX (Microsoft Excel with embedded project data - not directly importable)