Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Project Newsgroups
Project Developer
Generate XML document from a Project 2007 file programmatically?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="ennetws, post: 4896622"] Hi, I was wondering if anyone knows how to convert the active Project 2007 file into a XML document. I have seen the example in the MSDN documentation using VB: 'Create an XML DOM document Set doc = CreateObject "MSXML2.DOMDocument") 'Save the project to the DOM document app.FileSaveAs FormatID:="MSProject.XMLDOM", XMLName:=doc What I am looking for is a way to create an XML document directly, similar to the example above, except that it should be in C#. Is their a way to do that? I am working on an add-in and I've reached a point where I can either save the project as an XML file then read it or go through the tasks and create an XML document. Thanks. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Project Newsgroups
Project Developer
Generate XML document from a Project 2007 file programmatically?
Top