Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 .chm 已生成,但我对类、命名空间、字段、成员的注释未生成。
我能做些什么来解决这个问题?
确保您实际上正在生成 XML 文件,即在 Visual Studio 中项目属性的“构建”选项卡中检查并指定了“XML 文档文件”,并且 Sandcastle 知道在磁盘上的何处可以找到生成的文件。如果您不制作此文件,Sandcastle 将生成一个结构正确但不包含注释的 chm。
编辑:抱歉,现在我看到 Cheeso 的回答指向了具有相同想法的消息。我一开始没有检查链接,因为它有反对票,我认为它无关紧要。