Buck Hodges

Azure DevOps (formerly VSTS and Team Foundation Server)

Latest posts

Patch for issue with Visual Studio 2013 Queue Build dialog
Nov 13, 2013
Post comments count 0
Post likes count 0

Patch for issue with Visual Studio 2013 Queue Build dialog

Buck Hodges
Buck Hodges

In Visual Studio 2013 and Team Explorer 2013 there is a bug that will cause the “What do you want to build?” combo box to be disabled and the entire Parameters tab to be blank. We have now released a patch to fix this bug: KB 2898341. This bug occurs when using VS or TE 2013 with a TFS 2013 server. We introduced the bug at the very end of the release when we made a performance optimization for builds on the server used by the Developer Division.Follow me on Twitter at twitter.com/tfsbuck

Visual Studio and Team Explorer 2013 no longer require IE 10 for installation
Nov 8, 2013
Post comments count 0
Post likes count 0

Visual Studio and Team Explorer 2013 no longer require IE 10 for installation

Buck Hodges
Buck Hodges

When Visual Studio 2013 and Team Explorer 2013 were originally released, the installation process required that Internet Explorer 10 or newer was installed. Today we released updated installers that no longer require IE 10. You will get a warning at the beginning of your installation that looks like the screen shot below. For VS 2013 there is a KB article titled Visual Studio 2013: Known issues when IE10 is not installed that describes what the limitations are if you don’t have IE 10 or newer installed (the “some features” link in the dialog takes you to that KB article). The good news is that there aren’t many...

Updated Team Foundation Server 2013 download addressing web and installation path issues
Nov 8, 2013
Post comments count 0
Post likes count 0

Updated Team Foundation Server 2013 download addressing web and installation path issues

Buck Hodges
Buck Hodges

Today we have updated the TFS 2013 installation packages both on the web download page and in MSDN subscriber downloads. The reason is that we found two bugs that we wanted to address broadly. We’ve made changes to be able to catch these types of issues in the future. Here are details on the two fixes. Fixed: Red error box when using Code (version control) in the web UI In the case of upgrading from a prior version of TFS to TFS 2013 RTM, you will see a big error box that says “Error in the application” when using the Code section in the web UI (for example, viewing History). The reason is that we had a b...

Git and HTTPS with TFS 2013
Oct 21, 2013
Post comments count 0
Post likes count 0

Git and HTTPS with TFS 2013

Buck Hodges
Buck Hodges

Philip Kelley has written a great blog post that explains using HTTPS with Team Foundation Server 2013. In it he explains basic auth and Windows auth among other things. If you are using a self-signed certificate, the post will tell you how to add it to your client so that git.exe will work. Git network operations in Visual Studio 2013 Visual Studio 2013 includes in-the-box support for Git version control. That support includes the ability to perform Git network operations from inside of Visual Studio, such as cloning a repository, or performing a fetch, push, or pull operation on an existing repository. ...

How to fix an error with the Windows 8.1 upgrade utility
Oct 19, 2013
Post comments count 0
Post likes count 0

How to fix an error with the Windows 8.1 upgrade utility

Buck Hodges
Buck Hodges

I had gotten a Windows 8 upgrade key with the purchase of a computer last summer. I hadn’t used it, so I wanted to upgrade a desktop my family uses. I ran the utility WindowsSetupBox.exe that you can download from the Upgrade Windows with only a product key page. However, it failed quickly after choosing either to run the upgrade or to download it to media. I didn’t write down the error message, but it wasn’t very descriptive – it just said that something went wrong. It failed so quickly, it seemed like it wasn’t really trying. So I downloaded SysInternals’ Process Monitor in...

What’s installed on the build machine in Visual Studio Online?
Sep 20, 2013
Post comments count 0
Post likes count 0

What’s installed on the build machine in Visual Studio Online?

Buck Hodges
Buck Hodges

If you are using Visual Studio Online and wondering what’s installed on the build machine for your builds to use, we have a list here. Tarun Arora, one of our MVPs, put together a web site that shows a comprehensive list of what’s installed: http://listofsoftwareontfshostedbuildserver.azurewebsites.net/.Follow me on Twitter at twitter.com/tfsbuck

Team Foundation Service 2013 RC is go-live–use it in production
Sep 13, 2013
Post comments count 0
Post likes count 0

Team Foundation Service 2013 RC is go-live–use it in production

Buck Hodges
Buck Hodges

Have you upgraded to TFS 2013 RC yet? It’s a supported, “go-live” release that you can use in production. We are using it ourselves in production our biggest internal server (I’ve written about that server before). Download TFS 2013 RC and upgrade. You can check out what’s new here (hint: the background image at the top of that page shows off the new work item charting feature). One thing I want to point out is that Internet Explorer 8 is not supported for TFS 2013. You can use IE 8 (we don’t block it), but you may encounter problems, and the issues will get worse moving for...

How to delete a team project from Team Foundation Service using the web UI
Sep 13, 2013
Post comments count 0
Post likes count 0

How to delete a team project from Team Foundation Service using the web UI

Buck Hodges
Buck Hodges

[Update 18 Nov. 2013] It is now easier to get to the UI to delete a project. Navigate to the home page for your team project, then click on the gear icon in the upper left, and then you can click on the drop down arrow that will show up when you mouse over the name of the team project. You now have the ability to delete a team project from TF Service using the web UI rather than the command line (the command line still works, and you can find the instructions here if you need them). Unfortunately, this only applies to the service. In the future, we plan to have both team project creation and deletion be availabl...

Team Foundation Server 2012.2 (aka Update 2) now available
Apr 4, 2013
Post comments count 0
Post likes count 0

Team Foundation Server 2012.2 (aka Update 2) now available

Buck Hodges
Buck Hodges

Today we released the second update for TFS 2012 (TFS, TFS Express). You will find a detailed list of features in this blog post. You need to install the one that matches your installation – full or express. You do not need to uninstall TFS 2012 RTM or TFS 2012 Update 1. Installing TFS 2012.2 will take care of uninstalling your previous TFS 2012 installation and then installing the new version. You also do not need to detach collections or anything else special. As always, you should make a backup of your server prior to upgrade (you do make and test backups regularly, right?). In this update, we preserve ...