NDoc for .NET Framework 2.0

  • Thread starter Thread starter Lonifasiko
  • Start date Start date
Lonifasiko said:
I need something like NDoc that supports .NET Framework 2.0?

I've downloaded last NDoc but did not work with 2.0 assemblies.

Also googled deep enough to find this URL that seems to be down:

http://ndoc.sourceforge.net/wiki/dotNet_2.0_Support

Any other ideas?

Thanks very much.

I've downloaded a version from here:

http://jonas.lagerblad.com/blog/?p=4

This started building documentation for .NET 2.0, but then seemed to
"hang". If I stopped it at this point, the documentation had all been
generated however. I haven't tried any of the more "advanced" features
of NDoc, such as trying to document generics, so I'm not sure how well
it handles these however.

Regards
Richard
http://www.richardjonas.com/blog
 
Lonifasiko said:
I need something like NDoc that supports .NET Framework 2.0?

I've downloaded last NDoc but did not work with 2.0 assemblies.

Also googled deep enough to find this URL that seems to be down:

http://ndoc.sourceforge.net/wiki/dotNet_2.0_Support

Any other ideas?

Thanks very much.

I've downloaded a version from here:

http://jonas.lagerblad.com/blog/?p=4

This started building documentation for .NET 2.0, but then seemed to
"hang". If I stopped it at this point, the documentation had all been
generated however. I haven't tried any of the more "advanced" features
of NDoc, such as trying to document generics, so I'm not sure how well
it handles these however.

Regards
Richard
http://www.richardjonas.com/blog
 
I need something like NDoc that supports .NET Framework 2.0?

Yes, NDoc 2.0. Unfortunately only available as an alpha version to
testers on a mailing list right now. I'm trying to get permission to
post the current version on my website as it works quite well.
 
I've downloaded a version from here:

http://jonas.lagerblad.com/blog/?p=4

This started building documentation for .NET 2.0, but then seemed to
"hang". If I stopped it at this point, the documentation had all been
generated however. I haven't tried any of the more "advanced"
features of NDoc, such as trying to document generics, so I'm not
sure how well it handles these however.

It seems to be unable to call the helpcompiler. I managed to compile
the stuff by manually open the hhp project it had generated, but it
lacked some generics support so I went for a commercial alternative.
Not that good either, but at least it gave usable output.

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
Hi,

Thanks very much for the info.

I downloaded the "release" of NDoc for .NET 2.0 from the URL you gave.

Just tried to open .sln file (VS2005) and NDoc threw me this:

"There are no projects in this solution that NDoc can import. Either
the solution is blank, or the projects contained within
the solution are not of a type NDoc can import."

Same message as NDoc v1.3.1 downloaded from SourceForge.

Should I uninstall NDoc v1.3.1 prir to executing this release?

Have anyone else experienced this problem when importing a VS 2005
solution file? Any other way to do it?

Thanks very much in advance.
 
I have the same problem with nDoc 1.3.1 v15 & v16:

"There are no projects in this solution that NDoc can import. Either
the solution is blank, or the projects contained within
the solution are not of a type NDoc can import."

Appreciate a solution to this.
 
GT said:
I have the same problem with nDoc 1.3.1 v15 & v16:

"There are no projects in this solution that NDoc can import. Either
the solution is blank, or the projects contained within
the solution are not of a type NDoc can import."

Appreciate a solution to this.

I had the same prob - but got around it by simply opening a new project,
then drag/dropping my dll's over to the "Select Assemblies to Document" list.
 
Back
Top