Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# CruiseControl控制台解析XML时出错消息_C#_Xml_Cruisecontrol.net - Fatal编程技术网

C# CruiseControl控制台解析XML时出错消息

C# CruiseControl控制台解析XML时出错消息,c#,xml,cruisecontrol.net,C#,Xml,Cruisecontrol.net,我在Win2k8R2和svn(1.6.9)中运行CruiseControl(1.5)。错误发生在nant(0.86)超时(600秒)后的成功构建上。当我检查build dir时,所有内容都正确构建,但CruiseControl仪表板报告异常 以下是控制台中显示的错误: [:DEBUG] Exception: System.Xml.XmlException: The ',' character, hexadecimal value 0x2C, cannot be included in a nam

我在Win2k8R2和svn(1.6.9)中运行CruiseControl(1.5)。错误发生在nant(0.86)超时(600秒)后的成功构建上。当我检查build dir时,所有内容都正确构建,但CruiseControl仪表板报告异常

以下是控制台中显示的错误:

[:DEBUG] Exception: System.Xml.XmlException: The ',' character, hexadecimal value 0x2C, cannot be included in a name. Line 5544, position 274.
  at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  at System.Xml.XmlTextReaderImpl.ParseElement()
  at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
  at System.Xml.XmlWriter.WriteNode(XmlReader reader, Boolean defattr)
  at ThoughtWorks.CruiseControl.Core.Util.XmlFragmentWriter.WriteNode(XmlReader reader, Boolean defattr)
  at ThoughtWorks.CruiseControl.Core.Util.XmlFragmentWriter.WriteNode(String xml)

通常,当ccnet试图将非xml信息的输出合并到生成报告中时,会发生此错误

验证Nant输出

也许这里也有类似的情况:

转到第5544行,位置274并删除
字符