I would like to build a Microsoft Project (.mpp) file in a Visual Studio .net application using C# by retrieving data from a database, building the project and letting the user save it as an .mpp somewhere. How do I set up my project to be able to do this?
-- Curtis