grapefruitmoon
grapefruitmoon

Reputation: 3008

Integrate Visual Basic 2010 Express with Team Foundation Server?

I've used MS Visual Basic 2010 Express to build a very simple VB.Net Windows app. I need to check the code into our Team Foundation Server Source Control. Is there a TFS plug-in for VB Express? If not, do I need to check the code in manually?

Upvotes: 0

Views: 1141

Answers (3)

Matthieu
Matthieu

Reputation: 4620

You will have to do it manually as stated here .

Upvotes: 1

Chris Ledet
Chris Ledet

Reputation: 11628

TFS isn't supported in any of the express editions of Visual Studio. I'm not sure if TFS is integrated into Windows Explorer for manually updates and commits. Other with experience would need to comment.

Upvotes: 1

Nungster
Nungster

Reputation: 726

Given my experience with TFS I would check the code in manually. Package it all up nicely and get one changeset for the lot.

Upvotes: 1

Related Questions