c# - SandcaSTLe Help File Builder 找不到文档源

标签 c# xml documentation sandcastle shfb

我正在使用 SandcaSTLe 帮助文件生成器构建 VS 2010 C# 项目的文档。我已将编译器生成的.xml 文档和项目的Visual Studio 解决方案.sln 文件添加到Documentation Sources。我还将项目的可执行文件 .exe 添加到 References。但是,它不是建筑。我收到这些警告和错误:

SHFB: Warning BE0006: Unable to locate any documentation sources for 'C:\Users\user\Music\Documents\Visual Studio 2010\Projects\SFML_Platformer\SFML_Platformer.sln' (Configuration: Debug Platform: AnyCPU)

SHFB: Error BE0042: You must specify at least one documentation source in the form of an assembly or a Visual Studio solution/project file

有什么问题?

最佳答案

您应该只将 XML 文档文件添加为文档源。添加 XML 文件后,会自动添加 DLL。

关于c# - SandcaSTLe Help File Builder 找不到文档源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11814768/

相关文章:

c# - 如何将数据添加到 C# 中的现有 xml 文件

java - 读取 XML 并创建多个表

c# - 将 NULL 值分配给 SqlParameter 的最佳方法

c# - 使用接口(interface)时如何实现私有(private) setter ?

python - xml.etree.ElementTree 的 findall() 和 iterfind() 有什么区别

c# - 对于编程内容,首选哪些易于使用和设置的基于 PHP 的博客?

sql - 如何有效地记录数据库(表,属性定义)?

c# - 如何在 C# winforms 中翻译文本

c# - Response.Write() 和 ClientScript.RegisterStartupScript() 的区别?

javascript - 如何使用嵌套结构记录 ES6 类成员?