Reputation: 3008
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
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
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