tfs2012

The type 'xxx' is defined in an assembly that is not referenced

独自空忆成欢 提交于 2019-12-01 23:05:13
问题 I have been scouring the internet for an answer on this and could really use the help. I've already looked at other posts regarding this error and none of those answers helped me. The full error is, The type 'xxx' is defined in an assembly that is not referenced. You must add a reference to assembly 'xxx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. The solution builds fine locally, but the error occurs when I trigger a build on the build server. Here's what I've done so far in an

TEE 2012 does not check out files automatically

落花浮王杯 提交于 2019-12-01 22:14:35
I have TFS Server 2012 SP1. Eclipse 3.6.2 (Helios Service Release 2). TEE 11.0.0.201211191425 I see a complete team menu, I can check-out and check-in files manually. However if I just start editing a file it will not be checked out automatically :( as it did with 2010 before updates. I have tried to change settings to "Display progress while checking out" and "Prompt before checking out" - no effect. "Detect changes..." functionality does not work either. Only if I close the project and then open it again, the modified file will be checked out automatically (only once). wtf??? UPDATE: The

The type 'xxx' is defined in an assembly that is not referenced

自作多情 提交于 2019-12-01 21:42:34
I have been scouring the internet for an answer on this and could really use the help. I've already looked at other posts regarding this error and none of those answers helped me. The full error is, The type 'xxx' is defined in an assembly that is not referenced. You must add a reference to assembly 'xxx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. The solution builds fine locally, but the error occurs when I trigger a build on the build server. Here's what I've done so far in an attempt to resolve this: Ensured all project references are correct(Had an Architect review it with me)

How to add Bugs to TFS 2012 task board

孤街浪徒 提交于 2019-12-01 19:17:16
I'm trying to follow the instructions at http://msdn.microsoft.com/en-us/library/hh739066(v=vs.110).aspx for "Work item types that appear on the task board page". I add <WORKITEMTYPE name="Bug" /> to the Task Category. However, when I import the categories I get an error message saying TF400917: The current configuration is not valid for this feature. Does anyone have any ideas as to what is wrong? That is the only configuration that I have changed. If I remove the new line from the config and re-import it, everything works fine. It's worth noting that I'm using the Scrum 2.0 process template.

Migration from TFS 2010 to TFS 2012

天涯浪子 提交于 2019-12-01 17:59:24
I have been searching the web for a clean solution on how to migrate our 2010 tfs collections to our new tfs 2012 server, but no luck. May someone please assist with the steps or a good blog I could look at to achieve this process. The reason we want to do a MIGRATION and not an upgrade is because we got new hardware and would first like to trial TFS 2012 before we upgrade our live environment. Therefore we would like to import all our collection including the work items and build process templates. You can move a collection at a time using the detach option in 2010 and attach it back to 2012

TFS 2012 + Visual studio 2012: some settings options return “The user name or password is incorrect”

六月ゝ 毕业季﹏ 提交于 2019-12-01 17:56:04
问题 I've upgraded our TFS 2010 to TFS 2012 without any issues. I can connect to the source control, checkin, everything I need to Work. But if I go to the settings page for the team project I'm connected to, the following options work as expected: Team project: Source Control Team project: Portal settings Team Project Collection: Source Control Team Project Collection: Process Template Manager But the rest of the options on the settings page just gives me this error I've tried looking at the

TFS 2012 + Visual studio 2012: some settings options return “The user name or password is incorrect”

末鹿安然 提交于 2019-12-01 17:43:31
I've upgraded our TFS 2010 to TFS 2012 without any issues. I can connect to the source control, checkin, everything I need to Work. But if I go to the settings page for the team project I'm connected to, the following options work as expected: Team project: Source Control Team project: Portal settings Team Project Collection: Source Control Team Project Collection: Process Template Manager But the rest of the options on the settings page just gives me this error I've tried looking at the requests Visual Studio makes to the TFS server using Fiddler, and with the ones that don't work, no

TFS: Find Files Affected Between Changesets

梦想与她 提交于 2019-12-01 15:20:37
We are using Team Foundation Server 2012. We had a guy submit 97 files (not counting the designer and resource files) in Changeset 13646 on 8/9/2016. Ten (10) days later on 8/18/2016, he rolled these changes back in Changeset 13716. During that time, other work items were submitted and completed. Is there some way to query TFS to find the Filenames and WorkItems that were included in any Changeset between 13646 and 13716? I would like this to be an SQL query that I can run in SQL Server Management Studio. Though this is for TFS 2013 I'm hopeful it works in 2012. This was run against the tfs

How to copy a work item and its tasks

自作多情 提交于 2019-12-01 15:06:37
I would like to make a copy of a work item and all of its task. I'm using this version of the product: 11.0.50727.1 I'm using Scrum 2.0 template for the project If this is possible, how can I do it? Have you tried Excel? It's your best friend when doing mass editing of work items. You can copy/paste a number of work items. by selecting all columns except the ID column. Copy them and then paste them at the bottom of the open query in Excel. You need to ensure you're using a Tree based query and that all the columns you want to duplicate are part of the queries columns. You might lose formatting

TFS: Find Files Affected Between Changesets

梦想的初衷 提交于 2019-12-01 14:13:43
问题 We are using Team Foundation Server 2012. We had a guy submit 97 files (not counting the designer and resource files) in Changeset 13646 on 8/9/2016. Ten (10) days later on 8/18/2016, he rolled these changes back in Changeset 13716. During that time, other work items were submitted and completed. Is there some way to query TFS to find the Filenames and WorkItems that were included in any Changeset between 13646 and 13716? I would like this to be an SQL query that I can run in SQL Server