今天遇到一个问题,从VS 2005获取代码时,一直提示以下信息:
can't contact Visual SourceSafe .
The server returned the following error: (0x80072EFD)
The plug-in advanced settings for SourceSafe Internet require SSL connections. Please, verify that your server can be accessed using secure connections or change your plug-in advanced settings.
终于发现了解决方法:
【在VS2005中设置如下:工具-选项-源代码管理-插件选项-当前源代码管理插件 选择 Mircosoft Visual SourceSafe】,
原来的VS2005的配置是Mircosoft Visual SourceSafe(Internet),修改成Mircosoft Visual SourceSafe后就可以了。
不过让我不明白的是:为什么我之前就可以获取,而这次vss的重新建立就会出现这个问题呢?