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?
Asked
Active
Viewed 1,132 times
0
-
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 Answers
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