VS2008中计算Code Metrics时出现错误
我在 Windows XP sp3 中安装了 Office 2007(和 Excel 2007),并且使用 VSTS 2008 Team Suite。
我在解决方案中执行有关 csproj 的选项代码指标,但收到错误:
An error ocurred while calculating Code Metrics
如何调试它?发生了什么?
I have Office 2007 (and Excel 2007) installed in my Windows XP sp3, and I use VSTS 2008 Team Suite.
I execute option Code Metrics about a csproj in my solution, and I get the error:
An error ocurred while calculating Code Metrics
How can I debug it? What happened?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您很可能在项目中缺少参考。有两篇文章正好解决您的问题,可能会对您有所帮助:
运行计算代码时出错
指标
计算代码时发现错误
VS2008 中的指标
You are most likely missing a reference in your project. There are two posts that deal exactly with your problem that might help you:
Error when running calculate code
metrics
Bug found in calculating Code
Metrics in VS2008