“The solution appears to be under source control, but its binding information cannot be found. It is possible that the MSSCCPRJ.SCC file or another item that holds the source control settings for the solution, has been deleted. Because it is not possible to recover this missing information automatically, the projects whose bindings are missing will be treated as not under source control.”


This is a known issue and we're working on implementing a sensible fix in the next version of Visual Studio. In the meantime, you can workaround this issue in a few ways. You can:

  1. Ignore this message (because it doesn't really matter).
  2. Add the solution to source control as a new item.
       --OR--
    Use File|Source Control|Change Source Control dialog box to bind it to a new location in your scc database.
  3. Prevent the message from ever again appearing on your desktop by manually editing the solution and project files to remove all source-control references... Stuff like the following strings:
    • SccProjectName = "SAK"
    • SccLocalPath = "SAK"
    • SccAuxPath = "SAK"
    • SccProvider = "SAK"

Option #1 is recommended. I add option #2 for completeness only. If you go with option #3, proceed with caution.

相关文章:

  • 2021-06-09
  • 2022-12-23
  • 2021-07-16
  • 2022-01-02
  • 2021-10-08
  • 2022-02-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
  • 2021-07-16
  • 2021-12-08
  • 2021-10-18
  • 2022-01-04
相关资源
相似解决方案