I have VS2008 Professional Edition with SP1
installed on my machine. Currently we use Visual Source Safe for version controller but we want to change it with Team Foundation Server 2010/2012
. So i need to connect TFS with VS2008.
I read some post on the net and they say there is Team Explorer on Tools/Connect to Team Foundation Server
to connect to TFS. This should already be installed with VS2008 SP1 but i dont see anything about Team Explorer in my VS2008 menus.
How can i open Team Explorer in my VS2008 to connect to TFS that we are planning to install? Or how can i verify that Team Explerer is installed on my machine?
相关问题
- the application was unable to start correctly 0xc0
- Getting error: File extension specified '.webt
- Using TFS command line tf.exe how can I copy a rep
- TFS Power tools Migrate doesn't actually migra
- Project Build gets Skipped in VS2008 after convers
相关文章
- How to add external file to application files ( cl
- Is it possible to do a “destroy history” in TFS?
- How do I make a TeamCity build appear in the TFS B
- TFS vs. JIRA/Bamboo/SVN [closed]
- Why doesn't my .tfignore file ignore my packag
- Is it possible to create a docker container from T
- How to Move TFS 2010 Build Definition between Proj
- How to fix TF246017 The Team foundation server cou
First check if Team Explorer is installed:
If this is installed, check if you selected TFS as Version Control system:
Now you should be able to use Team Explorer. To do this:
Depending on the TFS version you use, it might be necessary to have a compatibility pack installed (for TFS2010 and TFS2012).
TFS2010: http://www.microsoft.com/en-us/download/details.aspx?id=10834
TFS2012: http://www.microsoft.com/en-us/download/details.aspx?id=29983
An overview of exactly which set of Service Packs and Compatibility packs to install for each combination of TFS, Visual Studio and Windows can be found in this blog post.