Microsoft Developer Network > Forums Home > Visual Studio Team System Forums > Microsoft Visual Studio Team Foundation Server 2010 Beta 2 > Team Explorer 2010 Beta 2 - Build Process Workflow Designer Error - Missing Assembly Reference to all Microsoft.TeamFoundation.* assemblies
Ask a questionAsk a question
 

AnswerTeam Explorer 2010 Beta 2 - Build Process Workflow Designer Error - Missing Assembly Reference to all Microsoft.TeamFoundation.* assemblies

  • Wednesday, November 04, 2009 1:37 PMkrispenner Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    All the blogs and videos demostrating using the workflow designer never mention having problems with missing referenced assmeblies.

    I have Windows Server 2008, TFS 2010 Beta 2 - Basic Install, Team Build, Team Explorer 2010 Beta 2 all installed on same box.

    When I open the DefaultBuildProcessTemplate.xaml file from the source control explorer, the Workflow designer opens but reports an error:
    Problem Loading  -  The document contains errors that must be fixed before the designer can be loaded.

    When viewing the actual XAML, all the XML namespaces pointing to CLR namespaces are underlined in error stating:
    Assembly 'Microsoft.TeamFoundation.Common' was ot found. Verify that you are not missng an assembly refeence. Also, verify that your project and all referenced assemblies have been built.

    xmlns:mt="clr-namespace:Microsoft.TeamFoundation;assembly=Microsoft.TeamFoundation.Common"

    This occurrs for all CLR assemblies being referenced, except for mscorlib which it finds.
    Possibly its not referencing the new .NET 4.0 assemblies correctly...?

    As this isn't really a project (as in Visual Studio where you right-click and select "Add Reference...") I can not find where in Team Explorer to add a reference to these assemblies.

    Please help.

    Thanks,
    kp

Answers

  • Thursday, November 05, 2009 2:56 PMMadhuri Gummalla - MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    You are seeing these errors because you have only TeamExplorer installed. You need to have VS installed to be able to use the WF designer. Can you try installing VS on the box? You shouldn't see any errors in that case.
    I agree it is not clear from the error message that you need to have VS. Can you please log a connect bug? http://connect.microsoft.com/

    Thanks,
    Madhuri
    • Marked As Answer bykrispenner Tuesday, November 10, 2009 8:53 AM
    •  

All Replies