When a . is in the path of the output directory, NDoc
can't compile the help file.
The following error is generated:
An error occured while trying to build the documentation.
Exception: NDoc.Core.DocumenterException
The Help compiler reported errors - The CHM file was
not been created.
HHC5010: Error: Cannot open
"d:\DEV\shared\ISC\NFramaLib\lib\doc\html\ndoc_msdn_temp\NFramaLib_0.1.0.chm".
Compilation stopped.
Exception: NDoc.Core.DocumenterException
The Help compiler reported errors - The CHM file was
not been created.
HHC5010: Error: Cannot open
"d:\DEV\shared\ISC\NFramaLib\lib\doc\html\ndoc_msdn_temp\NFramaLib_0.1.0.chm".
Compilation stopped.
Exception: NDoc.Core.DocumenterException
at NDoc.Documenter.Msdn.MsdnDocumenter.Build(Project
project)
at NDoc.Gui.BuildWorker.ThreadProc()
Exception: NDoc.Core.DocumenterException
at NDoc.Documenter.Msdn.HtmlHelp.CompileProject()
at NDoc.Documenter.Msdn.MsdnDocumenter.Build(Project
project)
The path I used is
"d:\DEV\.Net\shared\ISC\NFramaLib\lib\doc\". The .Net
gets lost somewhere inside NDoc. When I change my local
path to d:\DEV\Net\... everything works fine.