标签:
遇到此问题 可能是因为你的 解决方案文件 没有正确与 tfs服务器绑定导致的
解决方式是: 在打开任意一个源码文件的时候,打开 vs2013的 文件>>
Go to File->Source Control->Change Source Control.
(in Visual Studio 2012/2013 it‘s File->Source Control->Advanced->Change Source Control)
Look for the "Solution: your solution name" and if it‘s not bound it will say "no server". Click on it and then click "Bind" from the toolbar.
参考网址:http://stackoverflow.com/questions/32968423/vs-2013-cant-add-existing-project-to-tfs-source-control
解决方案:将已存在的项目 添加到 tfs解决方案中的时候 出现:新项目不能成功加入源码控制
标签:
原文地址:http://www.cnblogs.com/duanweishi/p/5153644.html