How coul I resolve the following error with NDoc. Note I did add in NDoc
comment to some private/protected method and in the NDoc Project, I did
specify Document{Internals,Privates,Protected} to True
An error occured while trying to build the documentation.
Exception: NDoc.Core.DocumenterException
There are no documentable types in this project.
Any types that exist in the assemblies you are documenting have been
excluded by the current visibility settings.
For example, you are attempting to document an internal class, but the
'DocumentInternals' visibility setting is set to False.
Note: C# defaults to 'internal' if no accessibilty is specified, which is
often the case for Console apps created in VS.NET...
Exception: NDoc.Core.DocumenterException
There are no documentable types in this project.
Any types that exist in the assemblies you are documenting have been
excluded by the current visibility settings.
For example, you are attempting to document an internal class, but the
'DocumentInternals' visibility setting is set to False.
Note: C# defaults to 'internal' if no accessibilty is specified, which is
often the case for Console apps created in VS.NET...
Stack Trace:
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.MsdnDocumenter.Build(Project project)
Lloyd Dupont - 02 Sep 2005 06:33 GMT
I haven't used NDoc much and only a while ago..
anyway, just a bet, have you feed NDoc the XML documentation file?
I doubt it takes a C# code input, I think it takes an XML doc file input
> How coul I resolve the following error with NDoc. Note I did add in NDoc
> comment to some private/protected method and in the NDoc Project, I did
[quoted text clipped - 32 lines]
> Exception: NDoc.Core.DocumenterException
> at NDoc.Documenter.Msdn.MsdnDocumenter.Build(Project project)
"Peter Huang" [MSFT] - 02 Sep 2005 07:42 GMT
Hi
As NDoc issue I think may try to consult the NDoc support.
Here is a link for your reference.
http://ndoc.sourceforge.net/content/support.htm
Best regards,
Peter Huang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.