Source Control Explorer does not retrieve newly ch

2019-08-06 03:34发布

I have recently created a new Project and Checked into our Development branch(TFS) from visual studio but when my team mates tried to get the latest version or map the branch to their local , the newly added project does not appear .

But everybody is able to see the folder containing the new project in the Source controller explorer but not in Solution Explorer

Issue is , the newly added project doesn't appear , appreciate your help .

2条回答
霸刀☆藐视天下
2楼-- · 2019-08-06 03:56

I agree with Jim, according to your description, the project was not added to the solution. So you can see the project file in source control explorer but cannot display in Solution Explorer.

You have to add the project to the solution. In Solution Explorer , Right-click on the solution >> Add >> Existing Prject >> Select the project to add, then check in the changes.

If that still not work, just try to create a new project from Solution Explorer and check in the changes: Right-click on the solution >> Add >> New Prject

Thus, the project will be retrieved with the solution.

enter image description here

查看更多
姐就是有狂的资本
3楼-- · 2019-08-06 04:05

You have to add the project to the solution. Right-click on the solution, and add the project.

查看更多
登录 后发表回答