This version of Visual Studio .NET does not support source controlled projects. Any changes that you make to this project will n

    技术2024-04-18  14

    今天一早到公司,因更新Window updated 强制关机。 当重新打开VS2008, VS一直出错误:

     

    The project 'LocServices' is under source control. This version of Visual Studio .NET does not support source controlled projects. Any changes that you make to this project will not be propagated to source control.

     

     

    想了一下,很可能是强制关闭了VS, 于是用命令修复一下VS

     

    在VS命令提示符下输入这两天命令: 

     

    devenv /resetsettings

    devenv /resetskippgks

     

     

    如果是多个VS,必须带上具体路径

     

     

    果然!奇迹出现了

    最新回复(0)