Reputation: 692
We're using team foundation server as source control management tool. I checked in my projects and files . But when my team members get the latest version of code, what happened is they can find the files in file explorer but not in the visual studio solution explorer. This results in they have to add the files manually by clicking on adding existing items.
Anyone knows any possible root cause for this?
Upvotes: 0
Views: 83
Reputation: 4460
You checked in the files, but you also need to check in the updated solution (and/or) project files. Once they are checked in, have your teammates get the latest version of solution (and/or) project files.
Upvotes: 1