转自: http://blog.csdn.net/waterathena/article/details/4167099
我的系统重新装过之后,开发环境并不能百分百和原始的一样。
重装VS2005之后,打开原来的工程配置文件XXX.SLN,总是弹出错误:There was a failure while initializing the Microsoft Visual SourceSafe。
GOOGLE一下原因:
1.这是因为你以前的程序可能用到了VSS这个版本管理工具。。。。。。
2.因为以前你的工程中用到了,而新的VC2005中没配置,关联不到那个VSS了,于是出了错误。。。。。
就此分析我的问题:之前我的电脑里面装了VC6.0中带的SourceSafer,但是新装的系统里面没有装。
解决方案:
1.去掉VS2005中关联VSS的配置;
2.安装VSS。
我采用第一种方法,因为公司并没有强制版本管理。
1. Open VS2005, then choose the menu:
Tools->Options, then click "Souce Control"
2. click drop-down box under text"Current souce control plug-in", use "None", rather then "Microsoft Visual Source Safe"
参考帖: