Questions tagged [ms-project]

Microsoft Project is a tool to help plan projects and track progress against that plan

Microsoft Project is a software tool for planning projects at granular level and tracking progress against that plan. You can:

  • plan projects
  • create teams
  • create resources and manage their working time
  • manage tasks and allocations of resources to tasks
  • create timesheets
  • track work progress (actuals)
  • track project costs

and much more in a single intuitive interface.

This tag is for programming questions related to the use of . General questions about MS Project use should be referred to superuser.com.

Links:

999 questions
0
votes
2 answers

VSTO: Speeding up adding tasks in MS Project using VSTO

I am using my VSTO to add roughly 3000 tasks to MS Project. The problem is that it adds very slowly - approximately 28-30 mins (and sometimes even more). I am making sure to disable screen updates using: Globals.ThisAddin.Application.ScreenUpdating…
Taha Ahmad
  • 559
  • 4
  • 16
0
votes
1 answer

Resources in MSProject AddIn: Add a server related resource to the local version of the project

Currently I am developing an AddIn for MS Project 2010. In this AddIn the user filters all employees stored as MS Project Resources on the Project Server by several criteria. After finding a matching human resource the user should be able to add…
0
votes
1 answer

Exception while adding TimeScaleValue MS Project

I'm getting this exception in this code: Dim TSV As TimeScaleValues TSV = ActiveProject.Task(ntask).Resources(nresource).TimeScaleData(nStartDate , nEndDate, PjResourceTimescaledData.pjResourceTimescaledActualWork, PjTimescaleUnit.pjTimescaleDays,…
0
votes
1 answer

MSPDI generate project file

My asp.net-application parse mpp-file and save data in db. Then I want to generate xml project-file with the same data using mspdi. All work good besides main first task. In process of parsing I get one task which is hidden in ms project and this…
mtkachenko
  • 5,389
  • 9
  • 38
  • 68
0
votes
0 answers

Why my method getTaskByID from ProjectFile in the library Mpxj return null?

I have read in the page http://mpxj.sourceforge.net/apidocs/net/sf/mpxj/ProjectFile.html that the method GetTaskById returns the requested task, or null if not found, but i don't know why the activity is not found. Here my code: var…
Esneyder
  • 471
  • 1
  • 5
  • 19
0
votes
1 answer

Integrate Project 2010 to SharePoint 2010

Are there ways to integrate MS Project 2010 to SharePoint portal, except making PWA site in SharePoint farm?
Max Zhukov
  • 877
  • 1
  • 8
  • 32
0
votes
1 answer

Microsoft Project Plan convert to PDF C#

I want to convert a Microsoft Project Plan File to PDF with the Office DLL. Can any one provide me the sample code? I dont want to use any third party DLLs. I want to do this with using MS Office 2010 DLL.
0
votes
1 answer

how to read the names of all custom fields in microsoft project?

I am having trouble finding the local names for custom fields. I tried to use the PSI custom fields service, but no luck. It seems to just get the enterprise fields. I'm really not sure where it is hiding the local names. I am able to get the custom…
Timmerz
  • 6,090
  • 5
  • 36
  • 49
0
votes
1 answer

MS project parser offsets

I need help with Microsoft Project. I am writing parser for mpp format and I'm reading it like a ole container, but the problem is I don't really know offsets in storages. I tried hard but I could not find them. Currently I'm working at 2007 version…
0
votes
1 answer

what is the difference between project 2010 and project server 2010?

What is the difference between project 2010 and project server 2010 specially integration with sharepoint 2010 ?
0
votes
1 answer

Method FieldNameToFieldConstant runtime Error 1004

i had try make this macro for Microsoft Project is fine if work offline but if i try make work with project server the method return error 1004 in runtime. check the code above. Function RetornaValorCampo(NomeCampo As String) Dim Campo Campo…
0
votes
1 answer

How to call Planning Wizard in MS Project 2007 add-in's C# code to resolve tasks' date conflicts?

In Microsoft Project 2007, when setting a task's start date field to a nonworking day, a Planning Wizard (screenshot: https://i.stack.imgur.com/ftyha.png) shows up. The user can choose how to resolve this conflict. The options are changing the date…
henning
  • 33
  • 3
0
votes
1 answer

How to read custom column values from an mpp file using Aspose.Tasks

I'm working on a c# and MVC3 project where I am using Aspose.Tasks to extract data from an mpp file, everything is doing fine - except that I can't find a way on how to read the values of a custom column. By custom column I mean a column that is not…
dmc
  • 807
  • 2
  • 10
  • 25
0
votes
1 answer

Digite Enterprise: Anybody knows about migration from Digite to MS Project Server?

I am looking at a possible migration from Digite Enterprise to MS Project Server. I want to migrate all data for a number of projects, including timesheets, issues, risks to EPMS.
Kangkan
  • 15,267
  • 10
  • 70
  • 113
0
votes
1 answer

how import data from microsoft project (2007,2010) using PHP?

I have been build a program using PHP. And my data resouces are from microsoft project (2007,2010) on xml format. Anyone have experience/program converter for that ? Thanks for a lot :)
user778655
  • 69
  • 1
  • 1
  • 4