How to connect Visual Studio 2008 (including SQL Server Business Intelligence Development Studio) with TFS 2012 21 December 2012 Donovan-Brown Work (0) Too connect to TFS 2012 you will need to install the following components: TE 2008 http://www.microsoft.com/en-us/download/details.aspx?id=16338 SP 1 http://www.microsoft.com/en-us/download/details.aspx?id=10986 GDR http://www.microsoft.com/en-us/download/details.aspx?id=29983
I have to create the same branches in every new team project 17 December 2012 Donovan-Brown Work (0) Problem: I have to create the same branching structure in several team projects. I would like a way to automate this process. Solution: Use the tf.exe and tfpt.exe command line tools in a batch file. Explanation: Using the tf.exe and tfpt.exe command line tools you can preform the same ta... [More]
I can't connect to my load test repository. 06 December 2012 Donovan-Brown Work (0) Problem: When I try to Open and Manage Results from my load test I get an error: Solution: Make sure your controller is configured with the full name to the database server instead of . or .\sqlexpress. Change to mySqlServer or mySqlServer\sqlExpress.
My web test data source is not loading all the columns from my csv file. 05 December 2012 Donovan-Brown Work (0) Problem: I have a data driven web test that calls other web test. The called web tests are also data bound to data loaded by the parent data source. When I run my test I was getting the following error: Request failed: Context parameter 'FluidManagement.FluidManagement_json#csv.spacer2' not ... [More]
How do I reset my Visual Studio Settings 04 December 2012 Donovan-Brown Work (0) Problem: I selected the wrong language when I started Visual Studio for the first time. Solution: From the Tools menu select Import and Export Settings.... From the Import and Export Settings Wizard select Reset all settings. Complete the wizard to reset your settings.