tfs2012

TF270016: An error occurred publishing log files from

不羁岁月 提交于 2019-12-10 02:26:39
问题 Team, Its frustrating so far today with TFS 2012, I have been queuing a build and the build server is unable to copy/drop to the specified folder. I have installed TFS 2012 on Win Server 2008 R2. Basically the error says that the access to the destination folder is denied and so it is not able to copy. The TFS admin console shows the build service is running as LocalService. And I granted full control to the local Service account to the drop folder. I tried to even fiddle with Share tab in

SVN tagging equivalent in TFS 2012

风格不统一 提交于 2019-12-10 02:26:25
问题 I recently migrated to the TFS 2012 and I have worked with SVN for a long time. In SVN I used " Tags " to mark some important " checkpoints " of development, ie when I finished a software version (alpha, beta) I created a Tag for that version. If some mistake happen, I am " protected ". Now, I need the same behaviour (or equivalent) to use in the TFS source control, but I'm confused as to its structure. How I use " Tagging " in TFS ? 回答1: In Team Foundation Server, labels are similar to tags

How to customize the taskboard in TFS 2012?

≯℡__Kan透↙ 提交于 2019-12-10 01:54:49
问题 I've installed TFS 2012 RC, and managed to customize my work item types to add custom fields, and also an additional state. I would like to be able to see this additional state between the In progress column, and the Done columnd and didn't found a way to do this. Any ideas about how to achieve the customization of the board (I'm using the SCRUM template). Regards, 回答1: Just found the solution thanks to the msdn documentation : http://msdn.microsoft.com/en-us/library/hh739066(v=vs.110).aspx

Cant load a site in IIS8 on 32bit pool (WinSrv 2012 and Sharepoint 2013)

醉酒当歌 提交于 2019-12-09 19:39:51
问题 We have a WCF service that interacts with TFS 2010, we are planning to migrate to TFS 2012 so we installed a server to test it, the server have the following installed: Windows Server 2012 SQL Server 2012 SharePoint 2013 TFS 2012 I created a site for my service and tried to running, i was greeted with the following message: Could not load file or assembly 'Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader' or one of its dependencies. An attempt was made to load a program with

TFS: A service host may only be active on one machine at a time. (type BuildServiceHostOwnershipException)

旧城冷巷雨未停 提交于 2019-12-09 19:13:37
问题 Today we find our tfs bc (build controller) and ba (build agent) does work. When bc and ba restart, following error event will be logged in Windows Events. Exception Message: The build service host [build agent name] is currently owned by [build agent name]. A service host may only be active on one machine at a time. (type BuildServiceHostOwnershipException) Exception Stack Trace: at Microsoft.TeamFoundation.Build.Hosting.BuildMachine.StartOperation.End(IAsyncResult result, HttpRouter& router

“No appropriate mapping exists” error while unshelving shelveset in TFS

て烟熏妆下的殇ゞ 提交于 2019-12-09 02:07:17
问题 I am using TFS 2012. In TFS there are more than 15 users. When I try to unshelve a shelveset files it shows error as shown below Interesting is that this error does not comes for few users, and they are able to unshelve it. All the users have same permission. The error comes for one user and for another user it does not come in same PC(TFS server installed PC).So it's little strange error. Initially i was thinking like may be a problem with mappings,but for another user same kind of mapping

TFS lab test run aborted: “The start date … cannot occur after the end date …”

大城市里の小女人 提交于 2019-12-08 11:10:46
问题 We are using TFS 2012 to run lab tests. Recently, we are observing an increase in aborted test runs halfway through the suite. However, the runs are aborted at different points, so it's not the same test case that causes this. The error message in the test run log reads: Unexpected error occurred. Aborting run: The start date 6/27/2013 10:28:38 AM cannot occur after the end date 6/27/2013 10:28:37 AM. Sometimes the times are identical, sometimes they are a second off as quoted above. Both

TFS Workflow If Statement using Build Configuration

眉间皱痕 提交于 2019-12-08 07:31:00
问题 I am working with Visual Studio 2012 paired with TFS 2012. Right now I am building a custom workflow template and need to run an if statement to separate two invokeprocess's. The condition for the if statement needs to operate off of which build configuration I am running, I want it to operate like this C code: if(Configuration == 'Debug') {//run for debug} else if(Configuration == 'Release') {//run for release} My problem is that I can't find any documentation or help as to how one would go

TFS 2012 Backup and Restore BuildDefinitions only

自闭症网瘾萝莉.ら 提交于 2019-12-08 07:19:09
问题 I installed a TFS2012 as a test system and doing some tests before we go productive. This includes to define many BuildDefinitions which was a lot of work. After the tests are successful, an new server will be installed with TFS2012 on it. For this new server - which operates then as the productive system - i would like to restore the BuildDefinitions from the test system. But only the BuildDefinitions, not the whole TeamCollections. Because i ran test checkins and i don`t want these on my

RegisteredTfsConnections.GetProjectCollection I get null exception

被刻印的时光 ゝ 提交于 2019-12-08 05:44:52
问题 I have some sample code from MS to connect to TFS and return the collections and projects which works with no problem. But when I use different code to connect to get the version control data I get a null exception error. using System; using System.Collections.ObjectModel; using Microsoft.TeamFoundation.Client; using Microsoft.TeamFoundation.Framework.Common; using Microsoft.TeamFoundation.Framework.Client; using Microsoft.TeamFoundation.VersionControl.Client; namespace TfsApplication { class