Hi; Is it possible to read tasks and other data from an project file as XML format with visual studio 2008 (C#) but not using project server(PSI). Thanks
HI, Project 2003 (I think '03 was the first version) onwards can save projects as xml files, so either have your users save copies as xml or open project using automation and save a copy that way. -- Rod Gill Microsoft MVP for Project Author of the only book on Project VBA, see: http://www.projectvbabook.com "snnsmsk" wrote in message news:970AA324-5F05-4AB3-87C9-5D85BC5F7E0E@microsoft.com... > Hi; > Is it possible to read tasks and other data from an project file as XML > format with visual studio 2008 (C#) but not using project server(PSI). > > Thanks > >
Yes, this is possible. As Rod says, you can export Project files to XML. Consult http://msdn.microsoft.com/en-us/library/bb428843.aspx (XML Schema References for Project) for a discussion of the schema and its use. -- Stephen Sanderlin Principal Consultant MSProjectExperts For Project Server Consulting: http://www.msprojectexperts.com For Project Server Training: http://www.projectservertraining.com Owner/Founder - EPMFAQ http://www.epmfaq.com/ http://forums.epmfaq.com/ snnsmsk wrote: > Hi; > Is it possible to read tasks and other data from an project file as > XML format with visual studio 2008 (C#) but not using project > server(PSI). > > Thanks