From: SourceForge.net <no...@so...> - 2006-11-20 04:39:15
|
Support Requests item #1599477, was opened at 2006-11-19 23:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416079&aid=1599477&group_id=36057 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Spinnaker (stempb) Assigned to: Nobody/Anonymous (nobody) Summary: Tracking down Illegal character in path error Initial Comment: NDoc Version 1.31 MSDN Documentation I am using Jay Nelson's utility so that I can use NDoc with managed C++ MS 1.1. My managed class wraps an unmanaged set of C++ classes in a static library. If I #include any of my unmanaged header files I get a Illegal characters in path error. How can I track down these "illegal characters"? Any ideas how to avoid this error? Here is the full error information: An error occured while trying to build the documentation. Exception: NDoc.Core.DocumenterException Illegal characters in path. Exception: System.ArgumentException Illegal characters in path. Exception: NDoc.Core.DocumenterException at NDoc.Documenter.Msdn.MsdnDocumenter.Build(Project project) at NDoc.Gui.BuildWorker.ThreadProc() Exception: System.ArgumentException at System.IO.Path.Combine(String path1, String path2) at NDoc.Documenter.Msdn.MsdnDocumenter.TransformAndWriteResult(String transformName, XsltArgumentList arguments, String filename) at NDoc.Documenter.Msdn.MsdnDocumenter.MakeHtmlForInterfaceOrClassOrStructure(WhichType whichType, XmlNode typeNode) at NDoc.Documenter.Msdn.MsdnDocumenter.MakeHtmlForTypes(String namespaceName) at NDoc.Documenter.Msdn.MsdnDocumenter.MakeHtmlForNamespace(String assemblyName, String namespaceName) at NDoc.Documenter.Msdn.MsdnDocumenter.MakeHtmlForAssembliesSorted() at NDoc.Documenter.Msdn.MsdnDocumenter.Build(Project project) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416079&aid=1599477&group_id=36057 |