I have a Build Server which is running TFS 2010 Build Service.
On my local machine I installed VS2012 alongside VS 2010. The Build templates worked fine prior to installing VS2012.
After I installed VS2012 I now have issues with the Build Templates when editing them in VS2010.
I have solved the IBuildDetail errors I were getting by visiting the following blog:
IBuildDetail Not Defined error fix
However i am trying to fix the remaining errors e.g:
Compiler errors encountered Processing Expression "New Microsoft.TeamFoundation.Build.Workflow.Activities.BuildSettings()".
"BuildSettings" is ambiguous in the namespace 'Microsoft.TeamFoundation.Build.Workflow.Activities.'
I more errors like the above.
Could anyone share how I could fix the above error/related errors please?
I would greatly appreciate it.