Setting up NDoc, NUnit and FxCop as external tools in Visual Studio 2003.

This page describes how I've set up several .Net tools to call them easily from within a Visual Studio .NET project.
It's quite simple, but to avoid having to figure it out again when I needed it at another PC or  laptop, I wrote it down.

The tools described are:

Ndoc

NDoc is a Code Documentation Generator for .NET.
It is open source and can be foud at http://ndoc.sourceforge.net

User Guide at http://ndoc.sourceforge.net/usersguide.html
Programmers' Reference at http://ndoc.sourceforge.net/reference/

This how I've set it up in Visual Studio:

First time use:

The first time you use it, the NDoc project doesn't exist yet, so you will get an error message when calling it with Tools, NUnit:

Start NDoc, create a project and save it in your project-folder in a new directory "NDoc".
Next time when calling it with "Tools, NUnit", the project will be loaded.

 

NUnit

NUnit can be found at http://nunit.org

 

FxCop

FxCop can be found as http://www.gotdotnet.com/team/fxcop