FIX: A resource name appears as two separate resources in Microsoft Project when you assign the resource name in Visual Studio 2005 Team System (919232)



The information in this article applies to:

  • Microsoft Visual Studio 2005 Team System Team Foundation:
  • Microsoft Visual Studio 2005 Team System Architect Edition
  • Microsoft Visual Studio 2005 Team System Developer Edition
  • Microsoft Visual Studio 2005 Team System Test Edition


SYMPTOMS

When you assign a resource name in a team project in Microsoft Visual Studio 2005 Team System, the resource name may appear as two or more resources when you try to manage the project in Microsoft Project. This problem may occur when you use the comma delimiter to separate the last name, the first name, and the middle initial of a resource name in Visual Studio 2005 Team System.

CAUSE

This problem occurs because Microsoft Project uses a comma to distinguish between resources that are in a string. If a comma is included in the resource name in Visual Studio 2005 Team System, Microsoft Project interprets the resource name as two resources, instead of as one resource.

RESOLUTION

Hotfix information

Prerequisites

You must have Visual Studio 2005 Team System installed to apply this hotfix.

Restart requirement

You do not have to restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfixes.

Hotfix file information

The English version of this hotfix for Visual Studio 2005 Team System has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
File nameFile versionFile sizeDateTime
Microsoft.TeamFoundation.OfficeIntegration.Project.dll8.0.50727.167143,36016-Jun-200609:37

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

After you install this hotfix, Visual Studio 2005 Team System maps the following delimiters to Microsoft Project as default settings in new Visual Studio 2005 Team System projects:
Visual Studio 2005 Team System delimiterMicrosoft Project delimiter
CommaSemicolon
SemicolonColon
PeriodColon
If you want to use other characters as delimiters, update the mapping of your project by using a new mapping file. To do this, follow these steps:
  1. Use the Process Template manager to download the appropriate templates for the project that you want to update.
  2. Locate the directory where you downloaded the templates.
  3. Locate the following template files:
    • The Filemapping.xml file for projects that have been created by using the MSF for Agile Software Development template
    • The Fieldmapping.xml file for projects that have been created by using the MSF for CMMI Process Improvement template
  4. Change the delimiter to another character. In the following example, the comma delimiter in the WorkItemTrackingCharacter element is mapped to an asterisk in the ProjectCharacter element in the ResourceNameSeparator tag.
    <ResourceNameSeparator WorkItemTrackingCharacter="," ProjectCharacter="*"/>
    
    
    The modified mapping file should resemble the following.
    <LinksField   ProjectField="pjTaskText26" />
    <SyncField   ProjectField="pjTaskText25" />
    <ResourceNameSeparator WorkItemTrackingCharacter="," ProjectCharacter="*"/>
    </Mappings>
    
  5. Click Start, click Run, type cmd, and then click OK.
  6. At the command prompt, type cd\Program Files\Microsoft Visual Studio 8\Common7\IDE, and then press ENTER.
  7. At the command prompt, type tfsfieldmapping.exe upload tfsserver project path, and then press ENTER.

    Note In this step, tfsserver is a placeholder for the name of the Visual Studio 2005 Team System server, project is a placeholder for the name of the Visual Studio 2005 Team System project, and path is a placeholder for the location of the mapping file.
  8. Repeat steps 1 through 7 for each project that was created before you applied this hotfix.

REFERENCES

For more information about how to download or upload a Microsoft Project field mapping file, visit the following Microsoft Web site: For more information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Modification Type:MajorLast Reviewed:8/23/2006
Keywords:kbExpertiseInter kbBug kbQFE kbhotfixserver kbpubtypekc KB919232 kbAudDeveloper