tfs

Open TFS Work Item Attachment in Image Viewer not Web Browser

Is there a way to open an attachment for a TFS work item by double clicking on it (or rather just opening it from the IDE) in your computer's default image viewer, rather than opening it in a web browser? I'd love to be able to change this setting (if it is a setting). Edit: after reviewing Kate Gregory's response, I looked into this op...

How to connect Team Foundation server on my VS2008?

Just now I received my new laptop from my office. When I open Visual studio, in the tools I am not able to see the Connect to Team Foundation Server option. Can any body help me out how to do that? in VS2008 ...

TFS 2010 Installing Team Explorer for a web solution

I've developed a custom web solution that connects to the TFS server. Now I want to move that solution to the test phase by having it installed on a test machine. The problem is that on the test machine Team Explorer 2010 isn't installed which has resulted in some weird behavior, e.g. the WorkItemStore is always null after connecting. ...

Run powershell script automatically after MSDeploy

As a part of the deployment process, I'd like the user to specify a password that is encrypted after the deployment process. For encrypting the password, I need to call the aspnet_regiis or use C#. How do I automatically invoke a script/or command line command after the deployment is complete (deployment is done either using GUI on IIS (...

Is it possible to do a "destory history" in TFS?

Is to possible to "purge" history from a given change set/date in TFS? So, for example, For file X destroy all version older than date Y. or destroy all version before revision Y. ...

Keystroke/hotkey/shortcut to expand Area/Iteration path in TFS?

Hi all, I'm doing a lot of work with work items, and while I'm using Tfs 2010 aka VsAlm 2010, this has been something that's bugged me ever since the first release of Tfs. When creating new work items, I don't really want to switch back and forth between my mouse and keybaord 203948203984 times; I'd really much rather just enter it enti...

Execute script after deployment - MSDeploy

Is there a way to trigger a custom script (or open a windows app) after a user imports the deployment package using IIS and completes the installation? Any help? ...

help with TFS and referenced DLLs

We are using TFS and VS 2010. I have been working on a project that is using TFS as source control. I have quite a few dlls that I have downloaded (such as log4net) and referenced in my project. When a new programmer connected to TFS and got my project out of source control, it failed to build as it said it was missing all these refer...

MVC Error when opening a project from TFS

I have created an asp.net MVC application in VS 2010, and am using TFS. When another programmer opened my application from TFS and tries to run it (he is also using VS 2010) He gets an error saying type or namespace MVC cannot be found in System.web what do we need to do to get this to build on his machine? Thanks! ...

Build Management, Complex Data Movement, and Deployment with TFS and SQL Server

I'm part of a small team that want to move to using TFS for source control and build management for a SQL Server 2008 database. For our product, it is possible to have customers that are running different versions of the product/database. One issue I need to resolve is how to manage complex upgrade-scripts for situations beyond the norma...

Team Foundation server project template

When we create a project in TFS, we always follow these steps: 1) Create new team project 2) Create workspace, assocate to source control folder and local folder 3) Create three folders under team project (Main, Dev, Release) 4) Check in source to Main 5) Convert Main to branch 6) Create Dev/Dev and Release/Release branches from Main bra...

automating a directory structure on new Team Project creation

Consider the process when creating a new Team Project. There's a convention to be followed: Team Projects need to have a directory structure like this: MyTeamProject -Dev -Dev -Main -Docs -Source -Release How can this directory structure/layou...

How to open WorkItem (VS-Team Explorer) from outside visual studio ?

Hi, I want to open the workitem from outside visual studio using C# code. is it possible? I tried with this IWorkItemDocument widoc = null; try { string tfsName = "http://rd-tfs-no2:8080/tfs/siproducts"; var projectCollectionUri = new Uri(tfsName); var projectColle...

branching ideas for concurent team development?

Anyone have some good pointers on how to get multiple teams doing concurrent asp.net development using Microsoft TFS? i have been using subversion for the past many years now and it allowed my team to work freely without exclusively locking files and doing auto merges when possible (like 99% of the time) but this all falls apart when m...

Build Solution on TFS using a specific changeset

I am developing a project that uses TFS to build solutions. But I found an error that I do not know how to solve it. When we compile a solution, we can specify a changeset to compile, right? Imagine the following scenario: At this moment the last changeset is number C100 We created the proj file in TFS. After creating the file, the C10...

Is it possible to hide a tab from a group of users in Team Foundation Server 2010?

I have a tab (Internal Development Review) on one of my work item forms that I would not like to show to all users: Is it possible to hide this from a specific user group (or conversely, to grant it to another group)? I cannot find a way to put permissions on a tab. ...

Eclipse and Team Explorer Everywhere Problem

Hi, I have some problems with Eclipse and Team Explorer Everywhere. I installed and added a server to Eclipse. But now i couldn't add new servers. Because, server button is disabled. I wonder, how can i add new servers? ...

Selective builds using TFS with ASP.NET

I am currently trying to setup our complete development process (from dev to production). We will be using Microsoft Team Foundation Server and I was wondering if there was way to put what version of programs you want in a build. Let's say we are 20 programmers working on the same project and we only want to deploy changes done by one ...

Hotkey for TFS checkin

Hi. I have just started using TFS and have some questions about hotkeys. It is really uncomfortable to select projects, solutions and files in Solution Explorer. I want to assign hotkeys to just 2 operations: Solution-wide checkin Solution-wide get latest version But I cant find these in the list of available operations in Visual ...

What syntax to query a custom work item field

I am using the Event Subscription Tool, which sits on top of the bissubscribe.exe tool to create some custom alerts. I need to query against some custom work item fields, but I'm not sure how to reference them in the code. Here is how you reference a system field (this works): CoreFields/StringFields/Field[ReferenceName='System.Assign...