|
From: <mar...@sy...> - 2004-11-12 16:43:30
|
Hi I just downloaded 1.3 beta 2 and ran the console app on my exisiting NDoc project, which generates MSDN and VS .NET 2003 help from two assemblies. The MSDN worked just fine, but I got this error in the log from the VS .NET build: Error: NDoc.Core.DocumenterException An error occured while creating the documentation Error: System.Xml.Xsl.XsltException Function 'NUtil:GetAIndex()' has failed. Error: System.Reflection.TargetInvocationException Exception has been thrown by the target of an invocation. Error: System.ArgumentOutOfRangeException Length cannot be less than zero. Parameter name: length at NDoc.Documenter.NativeHtmlHelp2.NativeHtmlHelp2Documenter.Build(Project project) at NDoc.ConsoleApplication.EntryPoint.Main(String[] args) Error: NDoc.Core.DocumenterException An error occured while creating the documentation Error: System.Xml.Xsl.XsltException Function 'NUtil:GetAIndex()' has failed. Error: System.Reflection.TargetInvocationException Exception has been thrown by the target of an invocation. Error: System.ArgumentOutOfRangeException Length cannot be less than zero. Parameter name: length at NDoc.Documenter.NativeHtmlHelp2.NativeHtmlHelp2Documenter.Build(Project project) at NDoc.ConsoleApplication.EntryPoint.Main(String[] args) The error seems to occur when writing the first file from the second assembly. I tried creating a new NDoc project in the GUI, but I get the same error. The compile succeeds with NDoc 1.2. Any suggestions? Thanks Marilyn |