Tagged Questions

35
votes
9answers
18k views

How can I get TFS2010 to run MSDEPLOY for me through MSBUILD?

There is an excellent PDC talk available here from Vishal Joshi which describes the new MSDEPLOY features in Visual Studio 2010 - as well as how to deploy an application within TFS. (There's also a ...
16
votes
6answers
3k views

How to remove a empty folder from a project under TFS control?

Suppose I have a project MyLib, under that, I created a folder say Folder1. No file under this folder. The project is connected to TFS. Then I want to remove this folder Folder1. I deleted it from ...
11
votes
3answers
2k views

TF30063: You are not authorized to access Collection. Nuget and Tfs conflicting

Latest Comment I believe my problem occurs when using Nuget, however, if you are reading because of the TF30063 error. Have a look at the answer I provided and accepted. Original Post I am getting ...
10
votes
16answers
4k views

Should we migrate from svn to Team Foundation Server 2010?

We are with 6 developer and currently use Visual Studio 2008 Professional with SVN and Visual SVN. As soon as vs2010 is released we will upgrade from vs2008 pro to vs2010 premium. However if Team ...
8
votes
1answer
868 views

How to show pending changes only for the currently opened solution in Visual Studio 2010 (TFS) and not the complete list of all changes?

is there a way to force Visual Studio 2010 to show pending changes only for the currently opened solution? I am working on multiple branches of the same project and changing the same files in most of ...
8
votes
1answer
1k views

TFS 2010, can I migrate source code only?

Our old TFS 2008 installation is getting old, and we would like to migrate to TFS 2010. However, the structure of our team projects is not so well thought out, and there has been various experiments ...
7
votes
1answer
53 views

How can I open the TFS changeset details dialog view using a Visual Studio add-in?

I have a specific artifact in TFS, say changeset "123", which has the URI "vstfs:///VersionControl/Changeset/123". I realized that the link ...
7
votes
1answer
222 views

Is there any pre-commit hook in Team Foundation Server 2010?

I'd like to provide a sort of UI on a commit operation in Visual Studio for my team. How would I go about that, would I create a Studio add-in or is there a TFS event that would help in this case?
7
votes
5answers
2k views

TFS Build not transforming web.config as expected

The goal is to have TFS build and deploy 2+ different configurations, and have the web.config transform files include the intended content in their output. This in an ASP.NET MVC project. ...
7
votes
3answers
410 views

App_offline.htm created/deleted whenever I check out a file in TFS

I have an AJAX-heavy ASP.NET web application developed using .NET 4.0, using TFS as our source control. We recently upgraded our dev tools to use VS2010 and TFS 2010 exclusively, but now every time a ...
6
votes
2answers
3k views

Build failing - VS2010 solution on TFS2008

I have migrated a VS2008 ASP.NET MVC solution to VS2010/MVC2/.NET 4.0 The solution builds locally and all unit tests pass. Our TFS server is still TFS2008 and I am having problems getting the CI ...
6
votes
5answers
801 views

TFS: How to dectet changed files when loading a solution?

I am new to TFS integration with Visual Studio 2010, and I have a problem I would like to solve. Practically, when I open a solution, how can I detect, looking only at the Solution Explorer which ...
5
votes
1answer
47 views

Modeling project woes

In our company we have started using VS 2010 to model our systems, in so called modeling projects. These are kept under TFS2010 source control. It's all good for a single user, but as soon as we ...
5
votes
2answers
1k views

How to create a test run and result using the Team Foundation Server API?

I have found several samples about retrieving test results using the TFS API, but no documentation on creating results programmatically. My aim is to create a lightweight alternative to using ...
5
votes
3answers
773 views

Generate documentation based on TFS 2010 items

My current project utilises TFS 2010 for all of the team/dev management. I would like to know if there are any tools that allow you to automatically generate documentation based on the TFS items ...
5
votes
1answer
306 views

Does Visual Studio 2010 Ultimate edition include an inbuilt TFS Server?

I want to make source control for my web application, I have VS 2010 Ultimate editioin, does it include a TFS Server inbuilt, or I need to install it separately ?
5
votes
3answers
2k views

How to build a VS2010 MakeFile project (vcxproj) with TFS Build (No VS 2010)

I have a project that was building fine in VS 2008, and then we installed and started using TFS Build, and then we upgraded to TFS 2010. Everything was still fine and building correctly (after I ...
5
votes
1answer
302 views

TFS compare options

Is there an option in TFS to compare while not returning whitespace differences? ie. linebreaks, tabs set differently. SourceSafe had this option, but I cannot find it in TFS.
5
votes
2answers
504 views

How do i execute an MSBuild Task in VS2010 Web Deployment Build Template?

We've recently upgraded from VS2008 -> VS2010 (and hence upgrading from Web Deployment Project to proper deployment project). Obviously what's new in VS2010 web deployments is the introduction of ...
4
votes
2answers
45 views

Block a specific file in the process of “check in”?

I'm using Visual Studio and TFS to work on a project with many contributors. We have a file containing some system settings and connection string. The settings are specific to each computer running ...
4
votes
1answer
103 views

Stop Refresh inside TFS Build window in Visual Studio

Is there a way to stop the constant refreshing inside Visual Studio when looking at a TFS Build? Using VS 2010 SP1 and TFS 2010 SP1. When watching a build in the Build window, the screen refreshes ...
4
votes
3answers
301 views

Why is the Workflow Designer so extremely slow when editing build process templates?

There's not much more to add really than the above question. I have a fairly simple build process template, which has hardly deviated from the default one. I have two custom activities, which by ...
4
votes
3answers
357 views

How to check files against TFS without getting latest?

While reconciling an old solution I have been getting historical file versions from TFS without checking out. That is, for a bunch of files in my solution I did "Show History" > "Get This Version" ...
4
votes
3answers
640 views

Change poll interval for Build Notification in TFS 2010

Is there a way to change the poll interval for the Build Notification tray application for TFS 2010?
4
votes
2answers
3k views

Does TFS 2010 support Visual Studio 2003 and 2005 connections?

I have been unable to locate any information on compatibility with Visual Studio 2003 or 2005. I currently have TFS 2010 working correctly with Visual Studio 2008, but we have some developers with ...
4
votes
2answers
2k views

New TFS 2010 Features [closed]

Does anyone know where I can go to get a list of the new TFS 2010 features. NOTE: I need TFS 2010 features. Not Visual Studio 2010. My boss is wondering why not just upgrade to Visual Studio 2010 ...
3
votes
3answers
87 views

MVC project on VS2010 error : The project type is not supported by this installation

I'm trying to open MVC project using VS2010. I'm opening this project from TFS server but I'm failed to open it and getting error : The project type is not supported by this installation. please ...
3
votes
1answer
186 views

VisualStudio SQL database project sqlcmdvars TFS deployment override custom File path?

I have an SQL database project in VisualStudio 2010 in source control with TFS 2010 with a few branches that each deploy to different servers depending on the configuration profile. Using a ...
3
votes
2answers
111 views

How to get an assembly's version in Team Build 2010 Workflow

Is there any way to get an assembly's version number like we previously used to do with Msbuild with Team Build 2010 Workflow? Here is a simple example of how we used to get an assemby's version with ...
3
votes
1answer
202 views

Newly created TFS 2010 iteration not visible

I've created a new iteration in TFS 2010 and wan't to use it in a new story and query. However, the iteration won't show up in the new story window, refreshing VS, restarting VS, switching to other ...
3
votes
3answers
599 views

Dependency management with TFS 2010

What is the best way to manage dependencies with TFS 2010 ? EDIT: I would like to know if there is a system such as Maven or NuGet which allows to easily manage dependencies of .dll (externals or ...
3
votes
2answers
593 views

How can I programmatically build my solution files from C# code?

I have a large solution containing many projects with one of them being a Setup project. There are also many current versions stored in separate branches. I have a build tool that used to work in .NET ...
3
votes
1answer
61 views

Is there a way to do a partial checkin in TFS?

I have a file that has two independent modifications. I would only like to commit one of them. Is there any way to only check in part of a file (without me modifying or shelving/unshelving it)? ...
3
votes
1answer
295 views

How to connect VS2010 to TFS 2010?

Hi i have to connect VS2010 to TFS 2010, somebody know some tutorial or something like that to follow and configure VS2010 correctly? Many thanks!!!
3
votes
1answer
453 views

How to determine the work items associated with a source branch in TFS 2010?

I check in in my source code in the development branch against work items. All checkins are required to have an associated work item. So when I view history on the branch, I can see all of the work ...
3
votes
1answer
501 views

Running Unit Test Projects on TFS 2010. Team Build 2010 Is Not Compiling Test DLLs

I have set up a TFS 2010 Team Build Configuration to run continuous builds. I currently have 2 Test Projects that run inside Visual Studio 2010 IDE with no problems. When I queue the solution (with ...
3
votes
1answer
105 views

Open an NDepend Project With An Automated Team Build?

I am trying to automatically open an NDepend Project when the Solution builds in an automated build in TFS2010. This stems from this previous question. The aforementioned post is where I tried (and ...
3
votes
1answer
185 views

nDepend integration in Visual Studio 2010

This stems from a previous question I asked regarding code metrics. I have been trying out nDepend as a tool to use in running metrics on our team's code. I have to say that so far I am very ...
3
votes
2answers
686 views

How to run unit testing tests from command line?

I googled and found the below helpful references. Currently I want to run all from the command-line (for easy of execution & quickness) in cases: A specific test (ie. a test written by a method ...
3
votes
2answers
236 views

Managing Sample Data with VS 2010 Database

I'm using a Database Project in Visual Studio 2010 to manage all of my database code. For my application, we separate the data for each client into their own copy of the database, with a common ...
3
votes
1answer
365 views

How do I keep folder tree and publish websites in TFS 2010?

I have a visual studio solution that consists of several web applications, windows services and other class libraries. I am in the process of configuring it for continuous integration with TFS 2010. ...
3
votes
1answer
301 views

“View Test Results” is missing from TFS 2010 web access build summary?

I'm using vs\tfs 2010 to queue builds with tests. When using vs to queue the build, I can access the "View Test Results" in the build summary. But when I queue the build using the TFS web access, this ...
3
votes
4answers
231 views

Is there a support tool to make the code review task more interesting?

I'm so bored with the way I have to open my colleague's changesets and right click on a specific file and select "compare with previous/latest version" - only here will I reach the compare dialog ! I ...
3
votes
2answers
513 views

Problem when specifying build configuration in TFS2010 build definition

Allow me to start by saying that this is a new and first time TFS deployment with 0 experience in Visual Studio as an added bonus. I've managed to get everything installed and am excited to say that I ...
3
votes
3answers
441 views

TFS 2010 - TF14040 The Folder may not be checked out

I have a .NET 4 website in VS2010 stored in a TFS 2010 team project. I need to add a reference to System.Data.Linq.dll to the website. I am referencing a LINQ DataContext that is defined in another ...
2
votes
1answer
20 views

check out from a machine and check in to other tfs

I have check out my project from a machine with this IP : 192.168.0.5 and I want check in it to other machine with this IP: 192.168.0.199. but when I want to go online vs2010 get me 192.168.0.5 ...
2
votes
4answers
60 views

TFS messing with my workflow coding style.

I recently converted from Vault to TFS for C# coding (language probably doesn't matter) in VS2010. My workflow used to be as follows: If I don't want to check a file out or the file is already ...
2
votes
1answer
29 views

How can I manage all the alerts in TFS

Yesterday I created few alerts for changes in specific folders in TFS (in VS 2010, Source Control Explorer: File->Source Control...->Alert on change). Now I see that I'm getting much more ...
2
votes
1answer
121 views

Multiple web deployment packaging using TFS build

We have several web services that we have been deploying "manually" using msdeploy. We pick up the deployment packages from the TFS2010 build machine in the appropriate ...
2
votes
0answers
49 views

tfs 2010, visual studio 2010 & HTTPS using self signed certificate

we've been configuring a full blown tfs 2010 setup for one site. one of the requirements is to have tfs app-tier configured on https (port 443). at the same time we're using self signed ...

1 2 3 4 5 7