Team Foundation Server is a complete Application Lifecycle Management (ALM) suite, offered by Microsoft.
0
votes
0answers
16 views
How do I fix Azure Websites to stop confusing .Net Framework 4.5 with 4?
I am using Visual Studio 2012 to publish a simple Asp.Net MVC 4 project using Continuous Publishing in TFS online and I am getting the error:
1 error(s), 0 warning(s)
Exception Message: The ...
0
votes
0answers
6 views
MSBUILD.EXE gives exception: MSB1025: An internal failure occurred while running MSBuild
I am trying to generate the build using the TFS automated process.
When i add a database project to the projects to build. The TFS build process fails givng erre MSB1025
Found a workaround to set ...
0
votes
3answers
12 views
Team Foundation Server: Why is changeset history shared among separate projects?
I've been using TFS for a few months now and have a few separate (unrelated) projects on the web interface, and linking the associated projects in Visual Studio 2012. The anomaly I'm experiencing (at ...
1
vote
1answer
24 views
TFS is not recognizing a manually downloaded file in the project when I try to get it
Here is the use-case. There is a very large file in the TFS branch, let's say it is 50GB. When I try to get this specific file with a command line similar to this:
tf get $/Branch/very-large-file.dat
...
1
vote
0answers
30 views
How to use Team Foundation's Difference.DiffItems?
I am trying to calculate a unified diff comparing two documents. http://en.wikipedia.org/wiki/Diff#Unified_format
Team Foundation http://msdn.microsoft.com/en-us/library/6fd7dc73(v=vs.100).aspx which ...
0
votes
1answer
9 views
TFS Java SDK - Oauth credentials
I have tfs server and I expose nice interface for the users login and perform operations on the TFS Server.
The tfs sdk requires me to write the username and password as plain text, I get the ...
0
votes
1answer
17 views
Code Review in Visual Studio 2012, with TFS 2010
Is it possible to enable Code Review in VS2012 with a TFS2010 server?
Our should we upgrade our TFS server to TFS2012 before its possible?
Thank you! :-)
1
vote
0answers
15 views
Can antique versions of TFS generate a changelog report?
Don't ask why, but I'm using VS2003 and need to see what changes have taken place in all the files in my project between a certain date and now. I see how I can do that, namely by right-clicking on ...
0
votes
1answer
12 views
tfs 2012 build service and 2012 build controller
I am currently troubleshooting an issue where we have upgraded the tfs main server (which also has the build controller on it) to 2012 update 2. However, the build, running under tfs 2010 build ...
0
votes
3answers
42 views
coded ui testing with visual studio
We are looking for a TEST SOLUTION for Microsoft CRM in which we can automate UI tests. I was looking at Visual Studio 2012 "Coded UI testing", and it appears that you need to have the whole project ...
0
votes
1answer
11 views
MS Unit Continuous Integration with TFS
I'm tasked with creating a Continuous Integration build for our project with TFS, and one of the requirements is to create unit test continuous integration with MS Unit. How can I set up TFS to use ...
0
votes
1answer
22 views
TFS api list collection nodes
I am trying to list the project collections of a tfs server. I am only connected to one of the three collections and I am using this method :
ReadOnlyCollection<CatalogNode> collectionsNodes ...
0
votes
1answer
26 views
TFS Unit Testing Build Questions
I have a solution that has 4 projects in it. 3 are dependencies for my tests and the other is just my tests.
DL
BI
MySite (web site)
MyTests
Some unit tests in the MyTests project reference ...
0
votes
1answer
6 views
edit Description and Due Due fields after adding to grid
I ran a query to display the outstanding bugs. I added the Description and Due Date column to the bug generated grid. I see the two new columns. I doubled clicked on a record, but don't see the Due ...
0
votes
0answers
19 views
Is it possible to connect history of two files in TFS?
I have two files stored in TFS (FileA, FileB). FileB was created as a copy of FileA in a different folder (VS project). FileB was then edited and gained history, FileA was deleted. If I am looking for ...
0
votes
2answers
18 views
Excel plug in for TFS 2012 without installing VS 2012
Is it possible to have the "team" plug-in for Excel (MS TFS 2012) without having to install Visual Studio 2012?
Thank you!
0
votes
1answer
17 views
Possible solutions for synchronizing TFS version control with external consultants [closed]
My team uses one of our corporations TFS servers and we are going to have an external company program part of our project (UI mostly). We need a solid method of sharing code back and forth but we can ...
1
vote
1answer
15 views
Error opening SQL File from TFS 2012
When I try to view a .sql file from Source Control Explorer in Visual Studio 2012 (TFS 2012) I get the following error message:
TF10187: Could not open document
FilePath\FileName
User ...
3
votes
2answers
44 views
Using PlasticSCM (or any DVCS client) to connect to TFS
Has anyone used the PlasticSCM client tools to work against a TFS repository?
Basically my current client is using the new hosted TFS for version control (not TFS-Git, just standard TFS), but I have ...
9
votes
2answers
251 views
TF400324: The underlying connection was closed: The message length limit was exceeded [closed]
I encountered this issue after trying to get the latest version from visual studio (2012 update 2).
I tried to reconnect and even restart visual studio, but it didn't help.
TF400324: Team ...
1
vote
1answer
15 views
TFS 2012 Product Backlog ordering by feature
I currently have one Product Backlog and two different teams, one local and one in India, that work on user stories from the common Product Backlog but run on different sprint schedules. My team ...
0
votes
2answers
23 views
Version control architecture for a large project with many dev groups
We are working on a very large portal project. We need a scalable source version control architecture such that, it should be scalable to many teams and possible incoming teams.
There will be common ...
0
votes
1answer
30 views
TFS Source Control returns HTTP Code 302 with remote user
I have a remote developer connected to my TFS via the internet. When he attempts to do a GET from source control, he fails to get a number of files with error messages as this:
...
0
votes
0answers
12 views
Running NUnit Tests in TFS 2010, Tests Run but Get Error Publishing Results
I have used the Community TFS Build Extensions to add NUnit test support to my build template in TFS 2010. I have created my build definition and my project is building fine. It also appears that my ...
0
votes
0answers
13 views
Referenced Dll's not found in Team Foundation Service (or: nuget packages not available on other pc)
when I create a build for the Team Foundation Service, I get all kind of reference dll's not found exceptions.
These references are added by nugget packages.
I've added the 'package restore' option ...
1
vote
1answer
30 views
SSRS custom code and variables life
I have a report that needs to process the data that it get from SQL before show it.
For that, I have a custom code, and a Dictionary where I push all the processed data.
My problem is that if I save ...
0
votes
0answers
32 views
How to undo a “Get Latest Version” on TFS
I'm using TFS with VS2008 and VS2010 and in the TFS collection I have several projects.
I've mapped the TFS root to a local drive to preserve the TFS folder structure and I've done a Get Latests of ...
0
votes
0answers
9 views
capacity and days off In TFS 2012
I need to access capacity and Days off in TFS Database, I have found table "tbl_TeamConfigurationCapacity" in Collection database but i don't know how to get the values from.
Any ideas on how to do ...
0
votes
1answer
19 views
How to change build server's IE settings?
Like the user in this post:
Selenium WebDriver: cannot find element with name
I am getting the "Unable to find element with name == q" error. I'm able to correct it locally by adding bing.com to ...
0
votes
1answer
28 views
Shortcut to Compare to Latest Version in Solution Explorer - Visual Studio 2012
In Visual Studio 2012, in the Solution Explorer (not Pending Changes), is there any way to create a keyboard shortcut, right click context menu item, or menu bar button that does a TFS Compare to ...
0
votes
1answer
16 views
Where is the TFS 2010 API DLL Microsoft.TeamFoundation.Framework.Server.dll?
This DLL is needed to reference the corresponding namespace Microsoft.TeamFoundation.Framework.Server. This DLL doesn't seem to be included with either the Visual Studio 2010 Team Explorer or the ...
1
vote
0answers
22 views
TFS 2008 - 2012 upgrade can't install SharePoint extensions
I am testing an upgrade from TFS 2008 to TFS 2012. Currently I'm using SharePoint 2007 on a separate server, running Windows Server 2003 Enterprise x64 Edition w/ SP2. I do NOT want to upgrade ...
-1
votes
1answer
15 views
Different Web.Config Files For each User on TFS
I'am able to configure different web.config files (debug & release) on TFS.
Is it possible to configure web.config files for each user separately?
my objective is to include personal connection ...
0
votes
0answers
24 views
VisualStudio.com TFSDeleteProject
Before last the update of last night I could use:
Start Menu > All Programs > Microsoft Visual Studio 2012 > Visual Studio Tools > VS2012 x86 Native Tools Command Prompt
And type:
...
0
votes
2answers
37 views
Multiple dependent Projects in TFService
I am using the "new" Team Foundation Service as my source control and to build CI. Now i have dependent Projects. How can i use the output from one as a reference for the other project? Basicly ...
0
votes
1answer
20 views
Deploy Custom Build Activity to clients
When creating Custom Build Activities for TFS 2010/2012 it results in assembly (dll) files which can be used in build definitions.
When developing locally you place the assembly in the GAC or Visual ...
0
votes
0answers
13 views
Cleaning Android project while connected to TFS in Eclipse
I'm running Eclipse Juno v4.2.1 and just connected to my TFS using this tutorial.
Everything is working fine, but when I need to clean my project, I have to "Check In" twice because the clean deletes ...
0
votes
0answers
39 views
TFS and Builder 2009/XE4
I'm building a matrix to compare different source control repositories and which IDEs they integrate with. In essence, I need to make sure the source control integrates with all of the IDEs we use.
...
0
votes
0answers
16 views
Possible to set reviewers with Git-TF?
I have been looking into Git-TF to allow us to work with Git locally and checkin our changes to the TFS server. However, I have not been able to find any information on how to use it to specify things ...
0
votes
1answer
23 views
Cannot see work item workflow using Visual Studio 2012 and TFS 2012
I have an issue, we recently upgraded from TFS 2010 to TFS 2012. Before, in TFS 2010, I was able to use Visual Studio 2010 and VS Power Tools 2010 to be able to open and modify Work Item Types.
Now, ...
0
votes
1answer
35 views
TFS Power tools installation error: no Side-by-side
I have visual studio 2012 installed on my box and I am trying to install TFS 2012 power tools.
This is the error I am getting via getwindowText:
The Windows Shell Extension component cannot be ...
0
votes
1answer
13 views
Actions and Expected result are disabled in TFS 2010?
I am trying to write my first test case using TFS 2010 in VS2010 However Actions and Expected results columns won't allow me to add those steps ... any thing am doing wrong ?
0
votes
1answer
27 views
Compare two files with Visual Studio 2012 using a third party tool
I saw the new comparison UI in VS 2012. I like it.
Until now I was using BeyondCompare as my comparison tool.
Is it possible to have VS as the default comparison tool but in addition to be able to ...
0
votes
1answer
13 views
Moving most recent changes from trunk to new branch in TFS
I checked in commit 100 last night on our trunk. Another developer checked in commit 101 this afternoon on the trunk. I wished for him to create a branch instead. What is the easiest way to revert the ...
0
votes
0answers
13 views
Inability to Shelve with SQL Query Windows Unsaved in Visual Studio
As I was wrapping up my work-day, I wanted to shelve my changes in TFS before I went home as I encourage all developers to do. All my changes were saved to disk, and I had a number of SQL query ...
1
vote
2answers
67 views
Access Denied when try to use Web deploy
I have been following Standard Environments for Automated Deployment and Testing and I have run into some errors.
I have two servers. One Windows Server 2008 R2 and one Windows Server 2012. On both ...
0
votes
0answers
14 views
How to run IE from build server in TFS?
I need to run IE as part of a UI test in my build server. Locally, I've created a shortcut that the test hits to kick off the test methods. How can this be configured on the build server? My build ...
1
vote
1answer
29 views
TFS Build Agent seems to ignore my active solution configuration and builds all projects
Requesting a build from TFS, the Build agent seems to ignore the active solution configuration and builds all the projects in our solution. We have excluded certain projects in our solution and TFS ...
1
vote
1answer
12 views
Size of attachments in TFS 2010
Is there a way to limit the size of attachments for work items in TFS 2010? Does this have to be done programmatically?
4
votes
1answer
49 views
How to lock iterations in TFS 2012?
As soon as an iteration (Sprint) is over, we need to lock it so that nobody is able to check-in into that iteration anymore (unless they override the check-in warnings of course).
How can I achieve ...




