How to read a mpp file content

The component which i had downloaded is to create a project, task etc. in mpp file, but i need a component of yours which could be used to read the content of MPP file


This message was posted using Page2Forum from Aspose.Tasks for .NET - Documentation

Dear amitsrathore@rediffmail.com,

Thanks for considering Aspose.Tasks.

You can read MPP files, if they have been saved in 2003 format, like this

MPPFile file=new MPPFile(sourceFilePath);

Please see the ProjectQuery demo code, which you can get from Aspose.Tasks installer, which can be downloaded from this link.