Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upgrading to TFS 2013. Parameters tab is blank when queuing up a build

Tags:

tfs

tfsbuild

I'm trying to migrate from TFS 2012 Update 2 to TFS 2013. Following the documentation I installed TFS 2012.2 on the new hardware, backed up/restored the databases, then installed TFS 2013 as an upgrade.

I can see the Team Project and the builds. The problem is when I right click a build to queue up a new one and click on the Parameters tab I just get a blank panel. My best guess is there was an error loading the parameters. Note those builds worked fine in TFS 2012.2.

If I create a new build from scratch and I use their new default template (TfvcTemplate.12.xaml) I still get the same error.

I don't see any errors in the output window or the event log.


It turns out it's a known bug with VS2013 connecting to TFS2013


The VS2013 hotfix has been released. Taken from here.

like image 442
oscarmorasu Avatar asked Oct 26 '13 00:10

oscarmorasu


1 Answers

For future reference, this was fixed in Visual Studio 2013 Update 1 (see KB 2911573).

like image 139
Giulio Vian Avatar answered Nov 13 '22 08:11

Giulio Vian