How to read .mpp file in .Net 4.5 with C#?

Yash Trivedi 0 Reputation points
2023-10-17T10:57:46.0233333+00:00

I have an requirement where we need to read an mpp file and send all the parameters to a webservice where it only accepts XML/JSON. I looked through web but didn't find any library which directly convert mpp file to XML or JSON. I tried MPXJ library but many functions return Java ArrayList, which again is not compatible with C# and very complex to translate.

Is there any official library from Microsoft for .Net? If not then what is the best way to read MPP file?

Developer technologies | .NET | Other
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.