Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/tfs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 解决方案文件中的差异_Visual Studio_Tfs - Fatal编程技术网

Visual studio 解决方案文件中的差异

Visual studio 解决方案文件中的差异,visual-studio,tfs,Visual Studio,Tfs,我们最近在团队中更新了VS/TFS,每次我打开VS now时,都会出现以下警告消息: “解决方案的来源似乎不一致 控制有关某些项目的信息以及 项目文件“ 当我签入时,我会在.sln文件中更改 SccTeamFoundationServer = http://czphaptfs01:8080/tfs 而不是 SccTeamFoundationServer=http://czphaptfs01:8080/tfs/defaultcollection 我曾尝试通过记事本手动修复该文件,但每次我尝试签入

我们最近在团队中更新了VS/TFS,每次我打开VS now时,都会出现以下警告消息:

“解决方案的来源似乎不一致 控制有关某些项目的信息以及 项目文件“

当我签入时,我会在.sln文件中更改

SccTeamFoundationServer = http://czphaptfs01:8080/tfs
而不是

SccTeamFoundationServer=http://czphaptfs01:8080/tfs/defaultcollection

我曾尝试通过记事本手动修复该文件,但每次我尝试签入某些内容时,.sln都会被覆盖回来。这让我得出一个结论,VS中可能存在错误设置,但是,当我在Manager Connection中重新检查TFS团队连接时,一切看起来都很好

任何帮助都将不胜感激


提前感谢。

我已通过在团队资源管理器中重新连接到项目解决了此问题