472,955 Members | 2,334 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

NDoc in Visual Studio 2005

Framework: Visual Studio 2005
Technology: ASP.NET 2.0
Language: C#.NET 2.0

Hi All,

Could any one of you please let me know how to use NDoc in Visual Studio
2005.
If there is a source where I can find step by step information, I would be
greatly obliged.

Thanks in advance,
Kuldeep
Jun 5 '07 #1
8 1811
Framework: Visual Studio 2005
Technology: ASP.NET 2.0
Language: C#.NET 2.0
Hi All,

Could any one of you please let me know how to use NDoc in Visual
Studio
2005.
If there is a source where I can find step by step information, I
would be
greatly obliged.
Thanks in advance,
Kuldeep
See Sandcastle (http://www.sandcastledocs.com/)
A bit rough, last time I looked, but it does the job.
Hans Kesting
Jun 5 '07 #2
Not sure what exactly you are looking for but check out the source site
itself: http://ndoc.sourceforge.net/

"Kuldeep" wrote:
Framework: Visual Studio 2005
Technology: ASP.NET 2.0
Language: C#.NET 2.0

Hi All,

Could any one of you please let me know how to use NDoc in Visual Studio
2005.
If there is a source where I can find step by step information, I would be
greatly obliged.

Thanks in advance,
Kuldeep
Jun 5 '07 #3
Siva,

Thanks for the reply.
Here are the questions that I still havent found answers for:
1. How do I set "XML Documentation File" in Visual Studio 2005 (considering
the fact that it is fairly simple in Visual Studio.Net 2003!)
2. How do I look out for a specific .sln file which would act as an input
for NDoc in VS 2005?
3. Everytime I use NDoc after selecting a .sln file, it says "There are no
projects in this solution that NDoc can import." How do I deal with them?

Any leads on these would be very helpful.

Thanks,
Kuldeep

"Siva M" <sh******@online.excite.comwrote in message
news:56**********************************@microsof t.com...
Not sure what exactly you are looking for but check out the source site
itself: http://ndoc.sourceforge.net/

"Kuldeep" wrote:
>Framework: Visual Studio 2005
Technology: ASP.NET 2.0
Language: C#.NET 2.0

Hi All,

Could any one of you please let me know how to use NDoc in Visual Studio
2005.
If there is a source where I can find step by step information, I would
be
greatly obliged.

Thanks in advance,
Kuldeep

Jun 5 '07 #4
On Jun 5, 10:57 am, "Kuldeep" <kuldeep.vijayku...@hotmail.comwrote:
Siva,

Thanks for the reply.
Here are the questions that I still havent found answers for:
Right click on a project in your solution explorer, go to Properties-
>Build and check the XML documentation file checkbox.
1. How do I set "XML Documentation File" in Visual Studio 2005 (considering
the fact that it is fairly simple in Visual Studio.Net 2003!)
I am not sure what you mean, exactly. Try to open the .csproj file
instead of the .sln file.
You should create an Nunit project file (add your compiled DLLs to it
using the NDoc GUI).
Afterwards, add this file to your solution and configure it to open
with NDoc GUI (right click in solution
explorer, Open With->Add).
2. How do I look out for a specific .sln file which would act as an input
for NDoc in VS 2005?
See the answer to previous question.
3. Everytime I use NDoc after selecting a .sln file, it says "There are no
projects in this solution that NDoc can import." How do I deal with them?

Any leads on these would be very helpful.

Thanks,
Kuldeep

"Siva M" <shiva...@online.excite.comwrote in message

news:56**********************************@microsof t.com...
Not sure what exactly you are looking for but check out the source site
itself:http://ndoc.sourceforge.net/
"Kuldeep" wrote:
Framework: Visual Studio 2005
Technology: ASP.NET 2.0
Language: C#.NET 2.0
Hi All,
Could any one of you please let me know how to use NDoc in Visual Studio
2005.
If there is a source where I can find step by step information, I would
be
greatly obliged.
Thanks in advance,
Kuldeep- Hide quoted text -

- Show quoted text -

Jun 5 '07 #5
Kuldeep wrote:
Framework: Visual Studio 2005
Technology: ASP.NET 2.0
Language: C#.NET 2.0

Hi All,

Could any one of you please let me know how to use NDoc in Visual Studio
2005.
If there is a source where I can find step by step information, I would be
greatly obliged.

Thanks in advance,
Kuldeep
The development of NDoc has stopped, as the creator (AFAIK) is now
instead working for Microsoft in their Sandcastle project.

--
Göran Andersson
_____
http://www.guffa.com
Jun 5 '07 #6
Generating documentation for ASP .NET project with Sandcastle is not
very easy. You may try our VSdocman (http://www.helixoft.com/vsdocman/
overview.html) which works fine with ASP .NET projects.

As already mentioned, NDoc is quite dead. If you want to try
Sandcastle, there is special forum at
http://forums.microsoft.com/MSDN/Sho...ID=66&SiteID=1

--
Peter Macej
Helixoft - http://www.helixoft.com
VSdocman - Commenter and generator of class documentation for C#,
VB .NET and ASP .NET code

Jun 6 '07 #7
Hi,

Göran Andersson wrote:
Kuldeep wrote:
>Framework: Visual Studio 2005
Technology: ASP.NET 2.0
Language: C#.NET 2.0

Hi All,

Could any one of you please let me know how to use NDoc in Visual
Studio 2005.
If there is a source where I can find step by step information, I
would be greatly obliged.

Thanks in advance,
Kuldeep

The development of NDoc has stopped, as the creator (AFAIK) is now
instead working for Microsoft in their Sandcastle project.
I am surprised that noone in this thread mentioned the excellent
Sandcastle Help Builder UI, available for free at:
http://www.codeproject.com/dotnet/SandcastleBuilder.asp

HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Jun 9 '07 #8
Hi,

Try DocProject (link after my signature) if you want complete Sandcastle
integration in Visual Studio 2005.

--
Dave Sexton
http://davesexton.com/blog
http://www.codeplex.com/DocProject
(Sandcastle in Visual Studio 2005)

"Göran Andersson" <gu***@guffa.comwrote in message
news:Oz**************@TK2MSFTNGP02.phx.gbl...
Kuldeep wrote:
>Framework: Visual Studio 2005
Technology: ASP.NET 2.0
Language: C#.NET 2.0

Hi All,

Could any one of you please let me know how to use NDoc in Visual Studio
2005.
If there is a source where I can find step by step information, I would
be greatly obliged.

Thanks in advance,
Kuldeep

The development of NDoc has stopped, as the creator (AFAIK) is now instead
working for Microsoft in their Sandcastle project.

--
Göran Andersson
_____
http://www.guffa.com

Jun 14 '07 #9

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

Similar topics

5
by: Naveen Mukkelli | last post by:
Hi, I have created a .chm file using NDoc 1.3.1 and Visual Studio.NET 2003. I have copied this .chm file, for example "help.chm", in to another PC and when I tried to open it, I couldn't. I can...
3
by: Shapper | last post by:
Hello, I am starting 2 new projects to deliver in January 2006. I want to create them in Asp.Net 2.0 using Visual Studio 2005. All my clients web sites are Visual Studio 2003 projects in...
0
by: fiona | last post by:
Innovasys Ltd., a leader in help authoring and documentation tools, today announced the inclusion of a tailored version of the Innovasys HelpStudio help authoring product, HelpStudio Lite, in the...
8
by: WT | last post by:
Is it normal that Visual Studio sets the PreInit handler for a Page from the OnInit code ? No chance to fire it as OnPreInit is run befor OnInit. ??? CS
3
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
0
by: Kuldeep | last post by:
Framework: Visual Studio 2005 Technology: ASP.NET 2.0 Language: C#.NET 2.0 Hi All, I followed the instructions as given in...
1
by: Kuldeep | last post by:
Framework: Visual Studio 2005 Technology: ASP.NET 2.0 Language: C#.NET 2.0 Hi All, I followed the instructions as given in...
4
by: Peter Lykkegaard | last post by:
Hi gotdotnet is being phased out Anyone knows where I get a copy of the NDOC add-on for VB.NET? Yeah I know about time to move on and start using VS 2005 :) tia/Peter (repost from...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
1
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.