Tagged Questions

Microsoft Project is a tool to help manage projects.

learn more… | top users | synonyms

32
votes
5answers
25k views

Open Source Alternative to Microsoft Project?

What is a good open-source alternative to Microsoft Project? Mac OS-X or Linux binaries available would be a huge plus.
28
votes
28answers
3k views

What Project Management Software should I use?

I am looking for either an MS tool like project or an open source equivalent. Yes I could google it, but I am looking for some insight from some people who work with the end of the software I would as ...
15
votes
7answers
2k views

A better Project Manager tool than MS Project?

I regularly use MS project on 6-12 month duration programming projects with several hundred steps and half a dozen engineers. Its ...ok... in that I can define lots of project steps, dependencies, ...
14
votes
5answers
21k views

VBA array sort function?

I'm looking for a decent sort implementation for arrays in VBA. A Quicksort would be preferred. Or any other sort algorithm other than bubble or merge would suffice. Please note that this is to work ...
9
votes
5answers
7k views

Programmatically access a Microsoft Project (MPP) file from C#

What are my options for programmatically accessing a Microsoft Project file? What are the pros and cons of each approach? I will basically need to import all data from the file into another data ...
8
votes
11answers
847 views

Microsoft Project [closed]

Is Microsoft Project the best tool for managing software development or IT projects or is there an alternative that is better?
7
votes
9answers
5k views

Alternatives to MS project server [closed]

I manage a small group and I'd keep my work breakdown in project. However, it's difficult to provide my team with an adequate view into the project and ability to report on their progress. I looked ...
5
votes
1answer
466 views

C# MS Project Interop - Get Resource's Working Time

In MS Project I can go the resource sheet, then right click on a resource, go the the Resource Information dialog, then click "Change Working Time..." and enter holidays, sick leave or other absences ...
5
votes
6answers
11k views

MS Project Gantt chart control usage in C#

Has anybody used the MS Project Gantt chart control in C#? If yes, can you share some resources regarding this? Many thanks, Dragos
4
votes
4answers
211 views

Embedding my .NET control in MS Project 2003

I need to extend MS Project's functionality for my company, so I would like to embed some .NET GUI controls into Project. The plan is that my controls save the user input into my custom DB tables, but ...
3
votes
1answer
200 views

Write Microsoft Project file

I have a requirement to export to Microsoft Project from my company's program. As far as I've seen there are a few options: Use one of the interchange formats, e.g. xml, mpx, mpd Use the COM object ...
3
votes
1answer
83 views

is there a ruby interface to ms project server?

is there a way to connect to ms project server using ruby? we are using MS project server 2007
3
votes
1answer
3k views

How to force tasks in Microsoft Project to be “scheduled” based on priority and resource assignment?

I needed to do some higher-level project planning that doesn't really fit into the workflow of our day-to-day task management tools (FogBugz and whiteboards), so I figured I'd give MS Project a whirl ...
2
votes
1answer
33 views

Can't publish project plan to TFS

I want to use a .MPP MS Project 2007 plan which has not yet been mapped to work items in TFS, the TFS project is empty, I mean that there are no work items at all. I want to synchronize with ...
2
votes
1answer
83 views

MS Project changing Assignment's work values when adding new ones via VBA

Got a problem with VBA using MS Project 2007. I have a Task Task with 2 Assignments, including the Resources Foo (2 days of work) and Bar (5 days of work). Task is set to fixed work. Now, when adding ...
2
votes
2answers
188 views

Where to find Microsoft Project interop tutorial or File Format Specification?

Anyone got a good tutorial for Microsoft Project interop (preferrably in C# or F#) or documentation and explanation of the file format used? Context: I'm trying to bridge the gap between a planning ...
2
votes
2answers
461 views

Importing mpp file into SQL Server through ASP.NET?

I have an assignment which is to import mpp file into database via ASP.NET (C#). Can anyone please advice me on this matter. Any help is very much appreciated. Thanks.
2
votes
1answer
204 views

How / where to save persistent data using VBA in MS Project 2003

I'm currently writing a macro using the MS Project 2003 Visual Basic editor, for which I need to save a path to an template excel spreadsheet. I'd like the user to be able to change the path and for ...
2
votes
1answer
452 views

disabling overwrite existing file prompt in Microsoft office interop FileSaveAs method

I am using Ms Office Interop assemblies to create a MS Project file. To save the file created, I am using FileSaveAs method and it prompts a message saying that if you want to replace the existing ...
2
votes
2answers
112 views

MS-Project files are accumulating on the task bar

Currently I have a program that takes as input a folder that contains .MPP file (Microsoft Project files), reformats the information and splits out the each convertered file into a new folder ...
2
votes
1answer
142 views

super minimalist plugin for MS Project: where to get started?

I was wondering if you could point me in the right direction as far as developing a super simple plugin for MS Project (both 2007, which uses the old style ribbon, and 2010 which uses the new ribbon). ...
2
votes
1answer
294 views

ASP.net and MS Office Project integration and exporting it as image

I have requirement of creating MS Project object in asp.net c# and exporting image of it for end user to download. I can achieve first part of the requirement of creating MS Project object as ...
2
votes
1answer
133 views

MS Project File Associated with Multiple TFS Projects

Is there a way to associate a single MS Project file with multiple TFS projects? Here is the situation: I have two projects that are related and have dependencies on each other and I would like to ...
2
votes
1answer
136 views

Need to make changes to MS Project 2003 files (MPP) from .Net - what are my options?

I have the need to make changes to MS Project files from a .Net program. My company has Apose.Task but I've just realized today that it apparently only allows for reading MPP files, writing is ...
2
votes
2answers
171 views

Architecture question regarding exporting to MS Project

I have a small asp.net web application that allows you to create Projects and Tasks and apply estimates, work, etc to them. I am writing an export feature to allow you to download them as an MS ...
2
votes
3answers
378 views

Forcing related development tasks to stay together in Microsoft Project when Resource Leveling

When planning a software project, I wish to force Microsoft Project to keep several tasks that are dependent on each other and assigned to the same resource together, without other tasks interleaved ...
2
votes
5answers
386 views

MS Project library

Does anybody know of a good library for reading/modifying ms project files?
2
votes
1answer
364 views

MS Project Add-In Programming in .Net

We are building an Add-in for MS project and relatively new to the Office SDK programming. Any tips, guidelines, links for MS Project Add-In programming would be really helpful.
2
votes
4answers
1k views

Reading and Writing to a Microsoft Project 2007 from C#

Is there any way of reading and writing the data from a Microsoft Project 2007 mpp file? I have an application that reads and writes data from a Project 2003 access database file. In order for this to ...
2
votes
2answers
539 views

Does MS Project 2007 require SharePoint & How useful is MS Project to your development team?

Lets try this one more time. I'm posting this to get 2 questions answered Does MS Project 2007 require SharePoint (I am hoping no)? Do you like MS Project for your development team - is it useful ...
2
votes
1answer
242 views

Developing add-ons/extensions for MS Project

I would like to write a quick UI addon for MS Project, but I don't know how to proceed. Ideally it should be fully integrated into Project. Just need to know how to get started. Thanks!
1
vote
0answers
68 views

Rename the mpp file column programmatically

I have created a project to create a Microsoft Project file (.mpp) using C#. Now I want to change the column header text programmatically. By default the columns names are Task Name, Duration, Start, ...
1
vote
1answer
112 views

MPXJ: get planned work via API

I want to extract the planned work over the time from MS Project using MPXJ. Does anyone know how to get these figures via API? I cannot find any appropriate method for doing this. (Concrete ...
1
vote
1answer
156 views

Running C# Code through Macro in MS Project

I have some C# code which formats a MS Project file. This code works absolutely fine. Problem: Now, I want to run the same C# code through a macro script. Question: How can I execute the C# code ...
1
vote
1answer
464 views

Color coding tasks in a Microsoft Project Macro

This seems like it should be straight forward, but I'm seeing some strange behavior. I'm attempting to color code my tasks based on a flag. It appears to be correctly coloring the tasks, but at some ...
1
vote
1answer
238 views

Excel vs Ms Project to manage resources [closed]

Just wanted to get your view on methods to manage resource (time). We have a team of 6 who are working on different projects and other initiatives, we would like to get view on resource utilisation on ...
1
vote
1answer
394 views

MS Project 2010 - How to restore macros from (corrupt?) Global.MPT

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. At some moment i missed to increment ...
1
vote
1answer
349 views

Example of MPXJ library in C#

I'm having a heckuva time finding any C# code examples using the MPXJ library when connecting to a Microsoft Project file. Can someone please post a snippet demonstrating how to write the contents of ...
1
vote
1answer
459 views

How to delete a Task (Row) with Interop.MSProject

I'm trying to use Interop.MSProject with C# to do something that conceptually, should be the simiplest thing in the world to do. However, I am having some trouble with it's cryptic api which has ...
1
vote
2answers
134 views

MS dynamics and MS Project Application

My comany is using MS Project to handle ERP. But after a quick search on internet, I found out MS Dynamics is the tool dedicated for ERP. So just wondering what's the difference between MS Dynamics ...
1
vote
1answer
2k views

Connect MS Project 2010 to MS Project Server 2010

I am trying to get a tutorial or step by step instructions on how to connect MS Project 2010 to MS Project Server 2010. I have installed Server 2008 R2 (64 bit), Sharepoint 2010, and Project 2010 on ...
1
vote
0answers
347 views

c# :convert an xml file to mpp and vice versa

i want to convert an xml file to mpp format and then open it. the user can then update and then save it. after that i need to browse for the mpp file and then convert it to xml format. how can i do ...
1
vote
1answer
129 views

MPXJ library is interop based

I am using MPXJ library to access Microsoft Project file in .net. before proceeding with it i wanted to make sure either it is based on Microsoft Interop services or not. i hope not :)
0
votes
1answer
18 views

TFS - opening task queries in MS project

Using TFS 2010 and project 2007, I am created several work items in TFS, some nested. I open the task query in TFS and then choose the option to open the query in project. MS project fires up and ...
0
votes
0answers
13 views

Why ProjectBeforeTaskChange or ProjectBeforeResourceChange events does not occur when clear/remove content of a task/resource field?

Why ProjectBeforeTaskChange or ProjectBeforeResourceChange events does not occur when clear/remove content of a task/resource field? Example: if resource name is "Peter" and try to edit, and instead ...
0
votes
0answers
18 views

How to create event handler in Visual Studio C# for editclear() method when developind addin for MS Project 2010?

I am developing an addin for MS Project 2010 in Visual Studio 2010 C#. The event ProjectBeforeTaskChange does not occur when I clear the content of a task field in MS Project by using "Delete" button. ...
0
votes
1answer
42 views

how to open ms project xml file

How to immediately open file in MS Office Project when I click a xml file in ASP.Net. Now open default xml editor. The code of downloading xml file is Response.ContentType = ...
0
votes
0answers
16 views

Microsoft Project Leveling Resources [closed]

I use microsoft project for management of multiple projects across multiple resources. When I use Resource Leveling feature to level tasks from particular periodlet's say from 07DEC2011-12DEC2011, it ...
0
votes
1answer
75 views

Python/Django: export to MS Project

I'm looking for a Python/Django package able to export data (a list of tasks) in MS Project (or OpenProj or similar), but I've not found any. Any hint?
0
votes
1answer
57 views

How to extract information from MS project in Objective-C?

I have to extract some data from a .MPP file format in Objective-C. I found nothing on internet to do so. any idea on how to read the file ?

1 2