How to read .mpp file in .Net 4.5 with C#?
Yash Trivedi
0
Reputation points
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
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Sign in to answer