|
|
|
date: 1 Dec 2005 12:08:23 -0800,
group: microsoft.public.vstudio.helpauthoring
back
Re: NDoc failure with 2005 GA
I'm using the same build of NDoc you are with .NET 2.0 assemblies and
having problems generating VS.NET documentation. Same XPathException
as yourself.
For me it dies somewhere deep in the internal Microsoft XML processing
lib and always dies on the first Property (sorted alphabetically)
encountered in the assembly. Other methods etc. seem to process fine.
Stack trace:
MS.Internal.Xml.XPath.ExtensionQuery.Advance()
MS.Internal.Xml.XPath.AttributeQuery.Advance()
MS.Internal.Xml.XPath.BooleanFunctions.toBoolean(XPathNodeIterator
nodeIterator)
MS.Internal.Xml.XPath.BooleanFunctions.Evaluate(XPathNodeIterator
nodeIterator) System.Xml.Xsl.XsltOld.Processor.Evaluate(ActionFrame
context, Int32 key)
System.Xml.Xsl.XsltOld.Processor.EvaluateBoolean(ActionFrame context,
Int32 key) System.Xml.Xsl.XsltOld.IfAction.Execute(Processor processor,
ActionFrame frame) System.Xml.Xsl.XsltOld.ActionFrame.Execute(Processor
processor)
System.Xml.Xsl.XsltOld.Processor.Execute()
System.Xml.Xsl.XsltOld.Processor.Execute(TextWriter writer)
System.Xml.Xsl.XslTransform.Transform(XPathNavigator input,
XsltArgumentList args, TextWriter output, XmlResolver resolver)
System.Xml.Xsl.XslTransform.Transform(IXPathNavigable input,
XsltArgumentList args, TextWriter output, XmlResolver resolver)
NDoc.Documenter.NativeHtmlHelp2.Engine.HtmlFactory.TransformAndWriteResult(String
transformName, String fileName) in
\\src\\Documenter\\NativeHtmlHelp2\\Engine\\HtmlFactory.cs:line 289
date: 13 Dec 2005 09:11:48 -0800
author: unknown
|
|