一个经得起时间考验的人
analyze.exe意外终止 Runtime Error!
使用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
| 打印文章 | 这篇文章由admin于2009年03月4日 11:23 下午发表在配置管理。你可以订阅RSS 2.0 也可以发表评论或引用到你的网站。 |
