0

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?

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
grapefruitmoon
  • 2,988
  • 1
  • 22
  • 26
  • possible duplicate of [Can Visual Studio 2010 Express connect to Team Foundation Server 2010?](http://stackoverflow.com/questions/2907357/can-visual-studio-2010-express-connect-to-team-foundation-server-2010) – Matthieu Feb 12 '15 at 16:56

3 Answers3

1

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

Nungster
  • 726
  • 8
  • 28
1

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.

Chris Ledet
  • 11,458
  • 7
  • 39
  • 47
1

You will have to do it manually as stated here .

Community
  • 1
  • 1
Matthieu
  • 4,605
  • 4
  • 40
  • 60