baraban
baraban

Reputation: 465

How to work with TFS 2010 from VB6

I have installed latest

Team Foundation Server MSSCCI Provider 2010

Microsoft Visual Studio Team Explorer 2010 - ISO

But having issue with finding the way how VB6 works with TFS2010. There is no any menu that is referencing TFS in VB6 IDE. Could someone gave me a direction. Thanks

Update:

I have missed one thing, installing VSS 6.0d after installing VB6; It looks like MSSCCI is only replacing existing VSS menu in VB6 IDE. Now I have this menu available.

vb6 tfs menu

Upvotes: 4

Views: 12211

Answers (1)

Gregory A Beamer
Gregory A Beamer

Reputation: 17010

You will never get all of the features, as John has pointed out. This is due to the explorer not folding into a version of Visual Studio that old. To use the MSSCCI provider for check ins and check outs, try the suggestions in this blog post:

http://blogs.msdn.com/b/edhintz/archive/2006/04/10/572826.aspx

NOTE: You will have to switch back if you are working on other types of projects, so keep this page bookmarked.

Upvotes: 2

Related Questions