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

来源:互联网 发布:做小受的真实经历知乎 编辑:程序博客网 时间:2024/05/21 10:29

今天一早到公司,因更新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,必须带上具体路径

 

 

果然!奇迹出现了

原创粉丝点击