We\'ve got a server with TFS2008 that we do all our builds on. I need to get an install of TFS2010 running. Can I run it on the same serv开发者_如何学Goer (windows 2003) or do I need it on a seperate
I am working on Visual Studio Database Project,i have imported existing Database Schema from Database Server, made my database project as sand box so that whoever ever changes it,it should be done loc
This is a beginner question, I have 开发者_JS百科to create some SQL Reports with business intelligence Studio 2005, but I don\'t have any idea how to connect to the TFS server 2008 Database.
I\'m attempting to create a new project in TFS 2008.The process errors out with the following message:
I have been created a web project on tfs server and set a build for this application, which builds the application daily. I want 开发者_C百科to give a specific version of build to testing team, but if
In C++ I have a char[256] variable that is populated by a call to an external DLL which fills it with data. From there I would like to add the char[] as a ComboBox item.