Question

My .chm is generated but my comments for classes, namespaces, fields, members are not.

What can I do to fix this?

Was it helpful?

Solution

Make sure you are actually generating the XML file, i.e. that "XML documentation file" is checked and specified in the Build tab of your project properties in Visual Studio, and that Sandcastle knows where to find the resulting file on disk. If you are not making this file, Sandcastle will generate a chm that is properly structured, but contains no comments.

Edit: sorry, now I see that Cheeso's answer points to a message with the same idea. I didn't check the link in the first place because it had negative votes and I assumed it was irrelevant.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top