TFS 2010 build template failing to open in designer - how to fix?
Posted
by Duncan Bayne
on Stack Overflow
See other posts from Stack Overflow
or by Duncan Bayne
Published on 2010-03-12T00:14:02Z
Indexed on
2010/03/12
0:37 UTC
Read the original article
Hit count: 211
I can open the DefaultTemplate.xaml that was installed as part of our TFS 2010 RC setup. I created a copy of this template called ApplicationTemplate.xaml and modified it slightly, using the workflow designer in Visual Studio.
Now, I can no longer open ApplicationTemplate.xaml. When I try, I receive many errors like the following:
Error 2 Assembly 'Microsoft.TeamFoundation.Build.Client' was not found. Verify that you are not missing an assembly reference. Also, verify that your project and all referenced assemblies have been built. C:\Projects\tfs\Hydraulics\BuildProcessTemplates\ApplicationTemplate.xaml 1 1828 Miscellaneous Files
However, I can still open and edit the DefaultTemplate.xaml file without any issues.
Has anyone else come across this problem, & if so, did you manage to resolve it or did you have to recreate the template?
© Stack Overflow or respective owner