Using Aspose.Tasks for .NET
Although Aspose.Tasks for .NET is designed primarily for use with C# and VB.NET applications, it can also be integrated into a variety of non-.NET environments. This section provides practical guidance for using Aspose.Tasks in classic ASP, VBScript, VB6, and other COM-aware programming platforms.
By leveraging COM Interop, developers can instantiate and control Aspose.Tasks objects even from unmanaged code. This makes it possible to add project management functionality (such as reading or writing MPP/XML files) to legacy applications without migrating them to .NET.
In this section
Choose Platform and Interoperability Technology
Learn how to determine the best interoperability approach when working outside .NET.Using Aspose.Tasks in Classic ASP with VBScript
A step-by-step example of generating a Microsoft Project XML file from a Classic ASP page.Using Aspose.Tasks via COM Interoperation
Instructions on how to register Aspose.Tasks for COM and access it from unmanaged code (e.g., VB6 or ASP).
This section is especially useful if you’re:
- Maintaining or extending legacy applications
- Working in hybrid .NET/COM environments
- Exploring alternative scripting languages for light-weight automation
For full documentation of the API, see the Aspose.Tasks for .NET API Reference.