Click here to Skip to main content
15,878,871 members
Articles / Operating Systems / Windows
Article

Getting Started with Sandcastle

Rate me:
Please Sign up or sign in to vote.
3.29/5 (7 votes)
4 Nov 2008CPOL2 min read 42.9K   34   15
Install and build your first Sandcastle Help Document easily

Introduction

This article will take you through the steps from installing Sandcastle to generating your first Sandcastle Help Document. It is assumed you already know how to generate XML comments within Visual Studio and what Sandcastle is.

Background

Documentation is always something that some programmers like to cry and moan about (well at least I do). When someone asks me how I did something I say 'I dunno, and who cares? It does what it's supposed to do!'. Well documentation insists we have an answer to this question.  Visual Studio makes documenting easy as WELL as useful! Pressing (/) three times allows you to create XML comments for entering function data. This is not only useful for intellisense, but documentation as well.

Sandcastle is a program that turns the 'would be' painful documentation process into a few clicks of the mouse button (aside from adding XML comments). Currently there is no formal documentation for getting up and running with Sandcastle. So to save you the headache of searching the I-net like I had to do, I've created this tutorial.

Installation

To get started, you will need the following:

Building Your Help Documentation

Visual Studio Setup

Before you can build your documentation, you have to ensure to build your XML documentation file. The file is useless on its own; however, Sandcastle requires it in order to build the help doc.

In Visual Studio 2005, go to Project -> Properties and select the Build tab and ensure the XML documentation checkbox at the bottom under Output is checked:

Image 1

It is important to note that the XML file should be in the format 'mylibraryname'.xml! In this example the library name is 'Sample'. You can now build the project and you are ready to export as a Sandcastle Help Document.

Sandcastle Help File Builder

  • Open the Sandcastle Help File Builder (SHFB) from your Start -> Program Files.
  • Within the Sandcastle Help File Builder, select Project -> New Project from Visual Studio Project... and open the *.sln from which you built your XML Documentation in the previous step (Visual Studio Setup).
  • Define the Help file Format within the HelpFileFormat Property in the Project Properties Window within SHFB. (Select Help1xAndWebsite because the website looks best IMO).
  • Define the OutputPath Property. (Project Properties Window)
  • Select Documentation -> Build Project

That is it, you are finished. You can load the *.chm file via the HTML Help Workshop program you've installed or, if you've exported as a website, you can open the index.html file. Both of these files are located in the directory you specified in the OutputPath property of the SHFB.

I Suggest You Also Read

History

  • 4th November, 2008: Initial post

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
Generalok article Pin
Donsw7-Feb-09 13:19
Donsw7-Feb-09 13:19 
Ok article. You should go in more depth. Give more examples.
GeneralRe: ok article Pin
stodgey9-Feb-09 5:24
stodgey9-Feb-09 5:24 
GeneralRe: ok article Pin
Donsw9-Feb-09 10:12
Donsw9-Feb-09 10:12 
GeneralRe: ok article Pin
stodgey9-Feb-09 10:18
stodgey9-Feb-09 10:18 
Generalxml Doc output in Express versions Pin
Kent K11-Nov-08 11:54
professionalKent K11-Nov-08 11:54 
GeneralFilename for XML file Pin
Roland Bär5-Nov-08 4:08
Roland Bär5-Nov-08 4:08 
GeneralRe: Filename for XML file Pin
stodgey5-Nov-08 6:21
stodgey5-Nov-08 6:21 
GeneralProblems with instruction Pin
3sL4-Nov-08 22:10
3sL4-Nov-08 22:10 
GeneralRe: Problems with instruction Pin
stodgey5-Nov-08 6:20
stodgey5-Nov-08 6:20 
GeneralEnhancing the documentation experience [modified] Pin
Thomas Weller4-Nov-08 21:58
Thomas Weller4-Nov-08 21:58 
GeneralRe: Enhancing the documentation experience Pin
Dmitri Nеstеruk5-Nov-08 0:48
Dmitri Nеstеruk5-Nov-08 0:48 
GeneralRe: Enhancing the documentation experience Pin
Thomas Weller5-Nov-08 1:17
Thomas Weller5-Nov-08 1:17 
GeneralRe: Enhancing the documentation experience Pin
stodgey5-Nov-08 8:23
stodgey5-Nov-08 8:23 
General"this is best IMO" Pin
agorby4-Nov-08 20:22
agorby4-Nov-08 20:22 
JokeRe: "this is best IMO" Pin
geo_m4-Nov-08 21:36
geo_m4-Nov-08 21:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.