I have to extract some data from a .MPP file format in Object开发者_开发技巧ive-C. I found nothingon internet to do so. any idea on how to read the file ? well, might be indirectly helpful: http://mp
I have a simple MS Project file (2007) with just couple of tasks. I have also created a custom field called VBATest and assigned values to this custom field against the two project tasks.
When choosing which work items to import (through the Get Work Items option) to my newly created MS Project file I\'ve acci开发者_如何学JAVAdentally checked a work item that shouldn\'t be imported.
I\'m trying to use MPXJ to create project file from a hierarchy that exists in my code.The following hierarchy needs to be converted:
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
For project server 2010, can a project have multiple owners to that one project? Also I havea a project where the owner can not approve the timeshe开发者_运维百科ets(its a server issue) but can anybod
i was developing some VBA macro during a day - 500 lines of code. Code was placed into Global.mpt because i was going to reuse it across different project files.
Recently we upgraded our TFS server 2008 t开发者_JS百科o 2010. Now, we have got problems with MS Project 2010.
I need to get the field used in a MS project file by C#. My program need to provide users to choose one or many of them and I don\'t want to provide ALL the fileds (text1, text2, number1, ...) but the
I have an assignment which is to import mpp file into database via ASP.NET (C#). Can anyone pleas开发者_如何学Goe advice me on this matter.