Reading and Writing to a Microsoft Project 2007 from C#

Asif picture Asif · Apr 15, 2009 · Viewed 6.9k times · Source

Is there any way of reading and writing the data from a Microsoft Project 2007 mpp file? I have an application that reads and writes data from a Project 2003 access database file. In order for this to work, I first save the Project 2003 mpp file as an Access database and my code can then read and write to the Access database. But Project 2007 does not allow you to save as an Access database file. I was wondering if there is any other method to get the data?

Answer

Nick Berardi picture Nick Berardi · Apr 15, 2009

You can use the .NET Office Interop to work with Microsoft Project 2007.