zoukankan      html  css  js  c++  java
  • "解决方案可能受源代码管理器控制..MSSCCPRJ.SCC.."问题及其解决方法

    “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.

  • 相关阅读:
    ajax
    vue 思維導圖
    python项目_log日志的使用
    mysql数据库_serialisers
    常见的时间复杂度及其增长速度比较
    C++中的sort()函数
    用C++实现输入三个整数,中间用逗号隔开
    python——递归函数
    python——函数
    python——可变对象和不可变对象
  • 原文地址:https://www.cnblogs.com/silva/p/320427.html
Copyright © 2011-2022 走看看