本文介绍了错误报告:CCDoc.CCDocCSharpSourceEmitter.TraverseChildren中的CCDocGen异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到以下例外情况,版本为1.4.51019.0。

I am getting the exception below, with version 1.4.51019.0.

此时它处于相对"低"状态。大型解决方案中的层,因此具有相对较少的依赖性,因此我甚至可以在必要时发送项目。

This time it is at relatively "low" layer in the large solution, therefore with relatively few dependencies, so I might even be able to send the project(s) over if necessary.

6>  CCDoc因未捕获异常而失败:对象引用未设置为对象的实例。

6>  CCDoc failed with uncaught exception: Object reference not set to an instance of an object.

6> 堆栈跟踪:   在CCDoc.CCDocCSharpSourceEmitter.TraverseChildren(IMethodCall methodCall)

6>  Stack trace:    at CCDoc.CCDocCSharpSourceEmitter.TraverseChildren(IMethodCall methodCall)

6>    在Microsoft.Cci.CodeTraverser.Traverse(IMethodCall methodCall)

6>     at Microsoft.Cci.CodeTraverser.Traverse(IMethodCall methodCall)

6>    在Microsoft.Cci.CodeTraverser.Dispatcher.Visit(IMethodCall methodCall)

6>     at Microsoft.Cci.CodeTraverser.Dispatcher.Visit(IMethodCall methodCall)

6>    在Microsoft.Cci.MutableCodeModel.MethodCall.Dispatch(ICodeVisitor visitor)

6>     at Microsoft.Cci.MutableCodeModel.MethodCall.Dispatch(ICodeVisitor visitor)

6>     at CCDoc.XContract.WriteCSharpFromAST(IExpression expression)

6>     at CCDoc.XContract.WriteCSharpFromAST(IExpression expression)

6>    在CCDoc.XPrecondition.WriteTo(XmlWriter writer)

6>     at CCDoc.XPrecondition.WriteTo(XmlWriter writer)

6>    在CCDoc.XmlTraverser.WriteEndElement(XmlReader reader,XmlWriter writer)

6>     at CCDoc.XmlTraverser.WriteEndElement(XmlReader reader, XmlWriter writer)

6>    在CCDoc.XmlTraverserBase.WriteNodeSingle(XmlReader reader,XmlWriter writer)

6>     at CCDoc.XmlTraverserBase.WriteNodeSingle(XmlReader reader, XmlWriter writer)

6>    在CCDoc.XmlTraverserBase.Transform(XmlReader reader,XmlWriter writer)

6>     at CCDoc.XmlTraverserBase.Transform(XmlReader reader, XmlWriter writer)

6>    在CCDoc.CCDoc.WriteContracts(IDictionary`2合约,期权选项,DocTracker docTracker)

6>     at CCDoc.CCDoc.WriteContracts(IDictionary`2 contracts, Options options, DocTracker docTracker)

6>    在CCDoc.CCDoc.RealMain(String [] args)

6>     at CCDoc.CCDoc.RealMain(String[] args)

6>    在CCDoc.CCDoc.Main(String [] args)

6>     at CCDoc.CCDoc.Main(String[] args)

6> 已用时间:804.3179ms

6>  elapsed time: 804.3179ms

6> D:\Program Files \ Microsoft &\\Contracts\MsBuild\v4.0\Microsoft.CodeContracts.targets(618,5) :错误MSB3073:命令"D:\Program Files \ Microsoft &\\ " @ obj\Debug\BaseLibExtensionsccdocgen.rsp""退出代码1.

6>D:\Program Files\Microsoft\Contracts\MsBuild\v4.0\Microsoft.CodeContracts.targets(618,5): error MSB3073: The command ""D:\Program Files\Microsoft\Contracts\Bin\ccdocgen" "@obj\Debug\BaseLibExtensionsccdocgen.rsp"" exited with code 1.

推荐答案


这篇关于错误报告:CCDoc.CCDocCSharpSourceEmitter.TraverseChildren中的CCDocGen异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-26 23:12