使用VSS的Analyze.exe工具处理版本库时出现运行时异常(如图):
Runtime Error!
Program: C:\Program Files\Microsoft Visual SourceSafe\analyze.exe
This application has requested the Runtime to terminate it in an unusual way.Please contact the application’s support team for more information.

在Analyze.exe的GUI界面可以看到正在分析的文件是:e:\vss\be20\data\C\CIUAAAAA
经过Google的帮助,发现可以通过删除引起Analyze.exe出错的文件e:\vss\be20\data\C\CIUAAAAA再重新运行Analyze.exe即可解决运行时异常的问题

———————–附上解决此问题过程中的一些Analyze日志————————-
删除引起Analyze.exe出错的文件e:\vss\be20\data\C\CIUAAAAA后
Visual SourceSafe Analyze Version 8.0
Copyright (C) Microsoft Corporation. All rights reserved.

analyze.exe e:\vss\BE20\data

Database analysis in progress @ 09-03-02; 8:56.
File "e:\vss\be20\data\C\CIUAAAAA" not found
The item ‘ShowLBYTWNPayForm.aspx.cs’ (CIUAAAAA) is referenced as a child of ‘$/project/Payment/’ (yttaaaaa), but the file is missing or corrupted.
Analysis complete @ 09-03-02; 8:57
    Potentially serious errors or inconsistencies were found: run ANALYZE -F to fix these problems.

To fix the database problems, you can restart the analyze using the following command:
"C:\Program Files\Microsoft Visual SourceSafe\analyze.exe" -F -V3 -D "e:\vss\be20\data"

根据上次运行Analyze后的提示,执行"C:\Program Files\Microsoft Visual SourceSafe\analyze.exe" -F -V3 -D "e:\vss\be20\data"
Visual SourceSafe Analyze Version 8.0
Copyright (C) Microsoft Corporation. All rights reserved.

"C:\Program Files\Microsoft Visual SourceSafe\analyze.exe" -F -V3 -D "e:\vss\be20\data"

Database analysis in progress @ 09-03-02; 9:00.
Unable to open file ‘e:\vss\be20\data\C\CIUAAAAA’.
File "e:\vss\be20\data\C\CIUAAAAA" not found
The project LBYWfManage references a child whose physical file (CIUAAAAA) is missing or corrupted.
Analysis complete @ 09-03-02; 9:00
    Some errors or inconsistencies were found and fixed.

VSS成功修复了删除’e:\vss\be20\data\C\CIUAAAAA’引起的问题。

参考的文章:

Analyze.exe (2005) crashes
      http://social.msdn.microsoft.com/Forums/en-US/vssourcecontrol/thread/0b346d82-8db1-430d-965d-a0c020f355ef/
VSS文件丢失
      http://www.scmlife.com/dp-bbsthread-10440.html
Analyze Runtime Error C++
      http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=117952

图片附件:
vss_runtime error.gif