I have a C # dll project in Visual Studio 2008. The XML Documentation File check box is checked on the project properties pages on the Assembly tab. Path: "bin \ Debug \ Fusion.BusinessObjects.XML". However, when creating a solution, xml files are not created.
I referenced this DLL in a number of other projects, and you had a copy of the XML documentation file. This, however, contained:
<?xml version="1.0"?>
<doc>
<assembly>
<name>Fusion.BusinessObjects</name>
</assembly>
<members>
</members>
</doc>
Why is the documentation file not generated? Needles to say, the code is documented with comments like
source
share