When you download the MSF for CMMI Process Improvement - v4.0 template in Microsoft Visual Studio 2005 Team Foundation Server, you receive an MSF for Agile Software Development - v4.0 template Documents structure (921316)



The information in this article applies to:

  • Microsoft Visual Studio 2005 Team System Team Foundation:

SYMPTOMS

When you download the MSF for CMMI Process Improvement - v4.0 template in Microsoft Visual Studio 2005 Team Foundation Server, you receive an MSF for Agile Software Development - v4.0 template Documents structure.

RESOLUTION

To resolve this problem, follow these steps:
  1. On the Team menu, click Team Foundation Server Settings, and then click Process Template Manager.
  2. Click MSF for CMMI Process Improvement - v4.0, and then click Download.
  3. Locate the directory where you saved the template, and then open the Windows SharePoint Services directory.
  4. Open the WssTasks.xml file in Notepad.
  5. Add the following code between the <documentLibraries> tags.
    <documentLibrary name="Development" description="General documents for the team"/>
  6. Delete the following tags from the WssTasks.xml file.
    <file source="Windows SharePoint Services\General Documents\AuditPlan.dot" 
    	documentLibrary="General Documents" target="AuditPlan.dot" />
    <file source="Windows SharePoint Services\General Documents\AuditReport.dot" 
    	documentLibrary="General Documents" target="AuditReport.dot" />
    <file source="Windows SharePoint Services\General Documents\CodeReviewChecklist.dot" 
    	documentLibrary="General Documents" target="CodeReviewChecklist.dot" />
    <file source="Windows SharePoint Services\General Documents\Commitments.dot" 
    	documentLibrary="General Documents" target="Commitments.dot" />
    <file source="Windows SharePoint Services\General Documents\CommunicationPlan.dot" 
    	documentLibrary="General Documents" target="CommunicationPlan.dot" />
    <file source="Windows SharePoint Services\General Documents\CorrectiveActionPlan.dot" 
    	documentLibrary="General Documents" target="CorrectiveActionPlan.dot" />
    <file source="Windows SharePoint Services\General Documents\DomainModel.vsd" 
    	documentLibrary="General Documents" target="DomainModel.vsd" />
    <file source="Windows SharePoint Services\General Documents\ImprovementSuggestion.dot" 
    	documentLibrary="General Documents" target="ImprovementSuggestion.dot" />
    <file source="Windows SharePoint Services\General Documents\IterationPlan.xls" 
    	documentLibrary="General Documents" target="IterationPlan.xls" />
    <file source="Windows SharePoint Services\General Documents\KnowledgeandSkillsPlan.dot" 
    	documentLibrary="General Documents" target="KnowledgeandSkillsPlan.dot" />
    <file source="Windows SharePoint Services\General Documents\LAAAMAssessmentTemplate.xls" 
    	documentLibrary="General Documents" target="LAAAMAssessmentTemplate.xls" />
    <file source="Windows SharePoint Services\General Documents\LifestyleSnapshot.dot" 
    	documentLibrary="General Documents" target="LifestyleSnapshot.dot" />
    <file source="Windows SharePoint Services\General Documents\MeetingMinutes.dot" 
    	documentLibrary="General Documents" target="MeetingMinutes.dot" />
    <file source="Windows SharePoint Services\General Documents\MSF CMMI Reference.xls" 
    	documentLibrary="General Documents" target="MSF CMMI Reference.xls" />
    <file source="Windows SharePoint Services\General Documents\OperationsReview.ppt" 
    	documentLibrary="General Documents" target="OperationsReview.ppt" />
    <file source="Windows SharePoint Services\General Documents\OrgChart.vsd" 
    	documentLibrary="General Documents" target="OrgChart.vsd" />
    <file source="Windows SharePoint Services\General Documents\PeerReviewExceptionReviewMinutes.dot" 
    	documentLibrary="General Documents" target="PeerReviewExceptionReviewMinutes.dot" />
    <file source="Windows SharePoint Services\General Documents\Performance Model.dot" 
    	documentLibrary="General Documents" target="Performance Model.dot" />
    <file source="Windows SharePoint Services\General Documents\ProjectPlan.xls" 
    	documentLibrary="General Documents" target="ProjectPlan.xls" />
    <file source="Windows SharePoint Services\General Documents\RetrospectiveLessonsLearned.dot" 
    	documentLibrary="General Documents" target="RetrospectiveLessonsLearned.dot" />
    <file source="Windows SharePoint Services\General Documents\RiskCategoriesandSources.dot" 
    	documentLibrary="General Documents" target="RiskCategoriesandSources.dot" />
    <file source="Windows SharePoint Services\General Documents\SharedVisionPresentation.ppt" 
    	documentLibrary="General Documents" target="SharedVisionPresentation.ppt" />
    <file source="Windows SharePoint Services\General Documents\StakeholderInvolvementPlan.xls" 
    	documentLibrary="General Documents" target="StakeholderInvolvementPlan.xls" />
    <file source="Windows SharePoint Services\General Documents\TeamCharterDocument.dot" 
    	documentLibrary="General Documents" target="TeamCharterDocument.dot" />
    <file source="Windows SharePoint Services\General Documents\ThreatModelforWebApplication.dot" 
    	documentLibrary="General Documents" target="ThreatModelforWebApplication.dot" />
    <file source="Windows SharePoint Services\General Documents\UIFlowModel.vsd" 
    	documentLibrary="General Documents" target="UIFlowModel.vsd" />
    <file source="Windows SharePoint Services\Test\Test Approach.doc" 
    	documentLibrary="Test" target="Test Approach.doc" /> 
  7. Replace the tags that you deleted in step 6 with the following tags.
    <file source="Windows SharePoint Services\General Documents\AuditPlan.dot" 
    	documentLibrary="Development" target="AuditPlan.dot" /> 
    <file source="Windows SharePoint Services\General Documents\AuditReport.dot" 
    	documentLibrary="Development" target="AuditReport.dot" /> 
    <file source="Windows SharePoint Services\General Documents\CodeReviewChecklist.dot" 
    	documentLibrary="Development" target="CodeReviewChecklist.dot" /> 
    <file source="Windows SharePoint Services\General Documents\Commitments.dot" 
    	documentLibrary="Development" target="Commitments.dot" /> 
    <file source="Windows SharePoint Services\General Documents\CommunicationPlan.dot" 
    	documentLibrary="Development" target="CommunicationPlan.dot" /> 
    <file source="Windows SharePoint Services\General Documents\CorrectiveActionPlan.dot" 
    	documentLibrary="Development" target="CorrectiveActionPlan.dot" /> 
    <file source="Windows SharePoint Services\General Documents\DomainModel.vsd" 
    	documentLibrary="Development" target="DomainModel.vsd" /> 
    <file source="Windows SharePoint Services\General Documents\ImprovementSuggestion.dot" 
    	documentLibrary="Development" target="ImprovementSuggestion.dot" /> 
    <file source="Windows SharePoint Services\General Documents\IterationPlan.xls" 
    	documentLibrary="Development" target="IterationPlan.xls" /> 
    <file source="Windows SharePoint Services\General Documents\KnowledgeandSkillsPlan.dot" 
    	documentLibrary="Development" target="KnowledgeandSkillsPlan.dot" /> 
    <file source="Windows SharePoint Services\General Documents\LAAAMAssessmentTemplate.xls" 
    	documentLibrary="Development" target="LAAAMAssessmentTemplate.xls" /> 
    <file source="Windows SharePoint Services\General Documents\LifestyleSnapshot.dot" 
    	documentLibrary="Development" target="LifestyleSnapshot.dot" /> 
    <file source="Windows SharePoint Services\General Documents\MeetingMinutes.dot" 
    	documentLibrary="Development" target="MeetingMinutes.dot" /> 
    <file source="Windows SharePoint Services\General Documents\MSF CMMI Reference.xls" 
    	documentLibrary="Development" target="MSF CMMI Reference.xls" /> 
    <file source="Windows SharePoint Services\General Documents\OperationsReview.ppt" 
    	documentLibrary="Development" target="OperationsReview.ppt" /> 
    <file source="Windows SharePoint Services\General Documents\OrgChart.vsd" 
    	documentLibrary="Development" target="OrgChart.vsd" /> 
    <file source="Windows SharePoint Services\General Documents\PeerReviewExceptionReviewMinutes.dot" 
    	documentLibrary="Development" target="PeerReviewExceptionReviewMinutes.dot" /> 
    <file source="Windows SharePoint Services\General Documents\Performance Model.dot" 
    	documentLibrary="Development" target="Performance Model.dot" /> 
    <file source="Windows SharePoint Services\General Documents\ProjectPlan.xls" 
    	documentLibrary="Development" target="ProjectPlan.xls" /> 
    <file source="Windows SharePoint Services\General Documents\RetrospectiveLessonsLearned.dot" 
    	documentLibrary="Development" target="RetrospectiveLessonsLearned.dot" /> 
    <file source="Windows SharePoint Services\General Documents\RiskCategoriesandSources.dot" 
    	documentLibrary="Development" target="RiskCategoriesandSources.dot" /> 
    <file source="Windows SharePoint Services\General Documents\SharedVisionPresentation.ppt" 
    	documentLibrary="Development" target="SharedVisionPresentation.ppt" /> 
    <file source="Windows SharePoint Services\General Documents\StakeholderInvolvementPlan.xls" 
    	documentLibrary="Development" target="StakeholderInvolvementPlan.xls" /> 
    <file source="Windows SharePoint Services\General Documents\TeamCharterDocument.dot" 
    	documentLibrary="Development" target="TeamCharterDocument.dot" /> 
    <file source="Windows SharePoint Services\General Documents\ThreatModelforWebApplication.dot" 
    	documentLibrary="Development" target="ThreatModelforWebApplication.dot" /> 
    <file source="Windows SharePoint Services\General Documents\UIFlowModel.vsd" 
    	documentLibrary="Development" target="UIFlowModel.vsd" /> 
    <file source="Windows SharePoint Services\Project Management\ProjectChecklist.xls" 
    	documentLibrary="Project Management" target="ProjectChecklist.xls" /> 
    <file source="Windows SharePoint Services\Project Management\QoS Requirements.xls" 
    	documentLibrary="Project Management" target="QoS Requirements.xls" /> 
    <file source="Windows SharePoint Services\Project Management\Scenarios.xls" 
    	documentLibrary="Project Management" target="Scenarios.xls" /> 
    <file source="Windows SharePoint Services\Requirements\Persona.dot" 
    	documentLibrary="Requirements" target="Persona.dot" /> 
    <file source="Windows SharePoint Services\Requirements\Scenario.dot" 
    	documentLibrary="Requirements" target="Scenario.dot" /> 
    <file source="Windows SharePoint Services\Requirements\Vision.doc" 
    	documentLibrary="Requirements" target="Vision.dot" /> 
    <file source="Windows SharePoint Services\Test\Test Approach.doc" 
    	documentLibrary="Test" target="Test Approach.doc" /> 
    <file source="Windows SharePoint Services\Security\Security Asset List.xls" 
    	documentLibrary="Security" target="Security Asset List.dot" /> 
    <file source="Windows SharePoint Services\Security\Threat.dot" 
    	documentLibrary="Security" target="Threat.dot" />
  8. Save the WssTasks.xml file, and then close Notepad.
  9. In Visual Studio 2005, click the Team menu, click Team Foundation Server Settings, and then click Process Template Manager.
  10. Click Upload, select the directory that contains the modified template, and then click Upload.

STATUS

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

MORE INFORMATION

For more information about how to customize process templates, visit the following Microsoft Developer Network (MSDN) Web site:
The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.

Modification Type:MajorLast Reviewed:8/14/2006
Keywords:kbtshoot kberrmsg kbBug kbprb KB921316 kbAudDeveloper kbAudITPRO