Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I have a requirement to import Microsoft Project Plan (.mpp) files into a database. How would I go about it?
Posted
Updated 24-May-12 0:08am
v2
Comments
Oshtri Deka 24-May-12 5:36am    
Please improve your question.
Do you mean "MS project file" or what?
Do you have any code at all?

Possibly the easiest way for you to do this is to use the Office Primary Interface Assemblies[^]. As I don't know which version of Project you are linking to, I've linked to the Project 12 interface here.
 
Share this answer
 
You should use the Office Primary Interop Assemblies: see for example http://msdn.microsoft.com/en-us/library/bb772083.aspx[^]
 
Share this answer
 
you can do this using office interop assemblies.

Office Primary Interop Assemblies
[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900