I'm building the doc of a VS 2010 C# project with the Sandcastle Help File Builder. I've added the .xml
documentation generated by the compiler and the Visual Studio solution .sln
file of the project to the Documentation Sources. I have also added the project's executable .exe
to References. However, It is not building. I get these warnings and errors:
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
What's the problem?
You should only add the XML documentation files as Document Source. The DLLs are added automatically after you add the XML files.