Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Importing mpp file into SQL Server through ASP.NET?

I have an assignment which is to import mpp file into database via ASP.NET (C#). Can anyone please advice me on this matter. Any help is very much appreciated.

Thanks.

like image 728
Agamand The True Avatar asked Nov 19 '25 05:11

Agamand The True


1 Answers

Depending on the situation, using Interop isn't necessarily a good choice (have to have Project installed on the machine).

You can use MPXJ to open the mpp file and read the information in it. It's free and open-source and works fairly well, though since it's a port from Java, you have to do some things in a Java way in your .NET code.

A paid option is ASPOSE.Tasks, which is a little nicer to use, but pretty expensive.

like image 183
patmortech Avatar answered Nov 21 '25 18:11

patmortech



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!