【问题标题】:There appears to be a discrepancy between the solution's source control information解决方案的源代码控制信息之间似乎存在差异
【发布时间】:2019-07-25 13:58:57
【问题描述】:

当我打开 VS 2017 时,我收到以下警告消息:

解决方案的来源之间似乎存在差异 控制信息。

.sln 文件似乎有一些变化,特别是 tfs 服务器路径。

原文:http://servername:8080/tfs/defaultcollection 新:http://servername:8080/tfs/

有没有办法在不更改 .sln 文件的情况下解决问题?

非常感谢。

【问题讨论】:

    标签: visual-studio tfs


    【解决方案1】:

    您的源代码管理绑定应该有问题。

    您可以尝试取消绑定/绑定您的项目。

    另一种解决方法:

    在项目文件中将标签值改为“SAK”(应该已经知道):

    <SccProjectName>SAK</SccProjectName>
    <SccProvider>SAK</SccProvider>
    <SccAuxPath>SAK</SccAuxPath>
    <SccLocalPath>SAK</SccLocalPath>
    

    更详细的方法请看这个链接:There appears to be a discrepancy between the solution's source control information about some project(s) and the information in the project file(s)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-08-08
      • 2013-10-20
      • 2022-11-19
      • 2010-09-21
      • 1970-01-01
      • 2016-01-21
      • 2018-02-10
      相关资源
      最近更新 更多