New Post: An unexpected error occurred while attempting to create the build...
Thank you very much. I found the error, I had an older version. Thanks a lot for you support. Crismer.2015-05-05 21:18 GMT+02:00 EWoodruff <[email removed]>:From: EWoodruffMake sure you're...
View ArticleNew Post: Authoring help content using sandcastle for windows help and...
I found this article: https://technet.microsoft.com/en-us/library/hh825704.aspx which would apply to windows 8 and above but how would I go about applying it? Most of the mshc files under...
View ArticleReleased: SHFB v1.9.3.4 Beta 2 (VS2010 Support) (Jan 30, 2012)
IMPORANT INFORMATION. PLEASE READ.Uninstall the current v1.9.3.0 production release or the prior v1.9.3.x alpha or beta release before installing the latest beta release. If not, you may end up with...
View ArticleUpdated Release: SHFB v1.9.3.4 Beta 2 (VS2010 Support) (Jan 30, 2012)
IMPORANT INFORMATION. PLEASE READ.Uninstall the current v1.9.3.0 production release or the prior v1.9.3.x alpha or beta release before installing the latest beta release. If not, you may end up with...
View ArticleNew Post: Extract comments which are inside the function
I'm trying to extract comments from the function body like below but have no idea... [source code] public void TestMethod() {// 1. check the settings // 2. check the connection // 3. connect database }...
View ArticleNew Post: Extract comments which are inside the function
It's not possible to extract comments from within the function body. XML comments don't work that way. The only place that they can appear is outside of the function body. The compiler won't pick them...
View ArticleNew Post: Is there is a way to edit/limit the keywords in the .HHK file...
The title says it all - I am trying to find a way to edit the keywords in the hhk file or to find a way to limit the occurrences of a certain keyword in this file. Is this possible with SHFB?
View ArticleNew Post: Sandcastle MRefBuilder : error : Unresolved assembly reference: (,...
Hi , I am trying to compiling UWP class library file with MS Helper Viewer (Mshc) format. When I compile project following error came, MRefBuilder : error : Unresolved assembly reference: (,...
View ArticleCommented Issue: Defect: Can't document WinRT components [34854]
Version: 1.9.8.0For each public type 'Foo' the compiler generates a corresponding internal type '<CLR>Foo'. Example:internal sealed class <CLR>YabaDabaDoo { ... }public sealed class...
View ArticleNew Post: XML documentation comment for method with list as a parameter
I am writing a XML documentation for a managed C++ method accepting a List<string> as a parameter using Sandcastle documentation builder. I am seeing an error [Missing <summary>...
View Article