473,387 Members | 1,528 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Looking for a C# VS 2005 Documentation/Help tool

I have tried NDoc 1.3.1 - dues not support .net 2.0 assemblies (have
also tried the hack involving a config file using the <supportedruntime
version="v2.0.50727"> to no avail - crashes) as well as a beta NDoc 2005
(can initiate conversion from 2005 solution but also crashes -
possibly buggy).

Can anyone suggest anything I can use to generate help for a VS 2005
project, or from the generated xml from source comments?

Antoan
Jun 21 '06 #1
6 1279
Hello antoan,

GhostDoc, XSLT

PS: it seems to be the most asking question. It raises even several times
in day.

a> I have tried NDoc 1.3.1 - dues not support .net 2.0 assemblies (have
a> also tried the hack involving a config file using the
a> <supportedruntime
a> version="v2.0.50727"> to no avail - crashes) as well as a beta NDoc
a> 2005
a> (can initiate conversion from 2005 solution but also crashes -
a> possibly buggy).
a> Can anyone suggest anything I can use to generate help for a VS 2005
a> project, or from the generated xml from source comments?
a>
a> Antoan
a>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Jun 21 '06 #2
Michael Nemtsev wrote:
Hello antoan,

GhostDoc, XSLT

PS: it seems to be the most asking question. It raises even several
times in day.

a> I have tried NDoc 1.3.1 - dues not support .net 2.0 assemblies (have
a> also tried the hack involving a config file using the
a> <supportedruntime
a> version="v2.0.50727"> to no avail - crashes) as well as a beta NDoc
a> 2005
a> (can initiate conversion from 2005 solution but also crashes -
a> possibly buggy).
a> Can anyone suggest anything I can use to generate help for a VS 2005
a> project, or from the generated xml from source comments?
a> a> Antoan
a> ---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do
not cease to be insipid." (c) Friedrich Nietzsche

Thanx Michael,
Actually I came across one of your past replies earlier suggesting
GhostDoc and I have it already installed. I am not sure its what I want
though, it is quoted as an automatic xml comment generator. I have the
comments in place just need to convert the xml to sdk like docs.

Cheers
Jun 21 '06 #3
XSLT is all you need to turn XML into HTML.

Visual Studio has some sort of document generation stuff built into it,
but I don't like it very much. Have you tried that? I can't find it
now that I'm looking for it, maybe someone else knows about it.

--
jeremiah();

antoan wrote:
Thanx Michael,
Actually I came across one of your past replies earlier suggesting
GhostDoc and I have it already installed. I am not sure its what I want
though, it is quoted as an automatic xml comment generator. I have the
comments in place just need to convert the xml to sdk like docs.

Cheers

Jun 22 '06 #4
Hello antoan,

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

a> Michael Nemtsev wrote:
a>
Hello antoan,

GhostDoc, XSLT

PS: it seems to be the most asking question. It raises even several
times in day.

a> I have tried NDoc 1.3.1 - dues not support .net 2.0 assemblies
(have
a> also tried the hack involving a config file using the
a> <supportedruntime
a> version="v2.0.50727"> to no avail - crashes) as well as a beta
NDoc
a> 2005
a> (can initiate conversion from 2005 solution but also crashes -
a> possibly buggy).
a> Can anyone suggest anything I can use to generate help for a VS
2005
a> project, or from the generated xml from source comments?
a> a> Antoan
a> ---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour
"At times one remains faithful to a cause only because its opponents
do not cease to be insipid." (c) Friedrich Nietzsche

a> Thanx Michael,
a> Actually I came across one of your past replies earlier suggesting
a> GhostDoc and I have it already installed. I am not sure its what I
a> want
a> though, it is quoted as an automatic xml comment generator. I have
a> the
a> comments in place just need to convert the xml to sdk like docs.
a> Cheers
a>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Jun 22 '06 #5
Hi antoan,
here is a tool which will create documentation from XML comments, it is a
commercial app so you would have to part with some cash :-)

http://www.innovasys.com/products/dx5/overview.asp

Mark
--
http://www.markdawson.org
"antoan" wrote:
I have tried NDoc 1.3.1 - dues not support .net 2.0 assemblies (have
also tried the hack involving a config file using the <supportedruntime
version="v2.0.50727"> to no avail - crashes) as well as a beta NDoc 2005
(can initiate conversion from 2005 solution but also crashes -
possibly buggy).

Can anyone suggest anything I can use to generate help for a VS 2005
project, or from the generated xml from source comments?

Antoan

Jun 22 '06 #6
Are you talking something like this?
http://msdn2.microsoft.com/en-us/lib...46(d=ide).aspx

Maybe it is not what you want.

chanmm

"antoan" <an****@antoan.plus.com> wrote in message
news:44***********************@ptn-nntp-reader01.plus.net...
I have tried NDoc 1.3.1 - dues not support .net 2.0 assemblies (have also
tried the hack involving a config file using the <supportedruntime
version="v2.0.50727"> to no avail - crashes) as well as a beta NDoc 2005
(can initiate conversion from 2005 solution but also crashes - possibly
buggy).

Can anyone suggest anything I can use to generate help for a VS 2005
project, or from the generated xml from source comments?

Antoan

Jun 22 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: mscotto | last post by:
OSS 2005 The First International Conference on Open Source Systems Genova, July 11 - 15, 2005 CALL FOR PAPER http://oss2005.case.unibz.it Submissions of papers or of extended abstracts are...
0
by: Fred Mellender | last post by:
I had VC# 2003 installed and then installed the Managed DirectX SDK. When I highlight a Direct3D class (e.g. Device) and press F1, I get the help page from the SDK and everything works fine within...
2
by: Andy Meca | last post by:
I wrote a component library in C#. Is there a tool that will generate documentation for me which looks exactly like the Microsoft .NET framework documentation? I saw a third party component...
27
by: Richard Blewett [DevelopMentor] | last post by:
I've just seen on Eric Gunnerson's blog that C# is getting Edit and Continue in Whidbey. That will please alot of people - although me, I have mixed feelings about it ;-) ...
0
by: innovasys | last post by:
TORQUAY, DEVON, UK - Innovasys announced the release of Document! X 5, the fifth version of the documentation solution of choice for developers using Microsoft Visual Studio or the .NET Framework....
5
by: Bob Altman | last post by:
I thought I read somewhere in the MS documentation that XML documentation is compiled in C++, but the C++ code editor obviously doesn't do anything interesting when I enter "///". What's the deal...
2
by: iitt2007 | last post by:
I need to convert Oracle SQL SPs and functions to SQL 2005. Table and columns names do match. Is there any tool which will 'convert' Oracle script yntax to to SQL 2005 syntax? I can't install it on...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.