TFS & Visual Studio ALM – by Neno Loje

(formerly Team System, VSTS)

Entries from June 27th, 2013

Continuous Value Delivery at Microsoft TechEd Europe 2013

June 27th, 2013 · No Comments · 17990, Events and Conferences, Team Foundation Server, VSTS

Here are the sessions that relate to “shorter cycle times” and continuous delivery of value: From Continuous Integration to Continuous Feedback Using Microsoft Visual Studio Team Foundation Server 2012 (Neno Loje) Continuous Deployment with Team Foundation Service and Team Foundation Server 2012 (Brian Randell) Continuous Integration with Team Foundation Services and Windows Azure Websites (Rainer […]

[Read more →]

Tags:

TFS Build fails with "CA0053 Error running code analysis" with its “Unable to load rule assembly”.

June 19th, 2013 · No Comments · Team Foundation Build (TF Build), Visual Studio Online

You can fix this, by editing the project file. Remove the following two tags from the .csproj file (they should occur at least twice: once per configuration): <CodeAnalysisRuleDirectories>…</CodeAnalysisRuleDirectories> <CodeAnalysisRuleSetDirectories>…</CodeAnalysisRuleSetDirectories> Get more details here. –Neno

[Read more →]

Tags:

Error TF259137 when trying to create new Lab Environment

June 11th, 2013 · No Comments · 17951, Visual Studio Online

The Problem When trying to create a new Lab Environment with TFS 2012, you receive the following error message: TF259137: The following account does not have sufficient permissions to complete the operation: DOMAIN\user. The following permissions are needed to perform this action: Write. The Solution You can find out about the current permissions by running […]

[Read more →]

Tags: