New Post: SHFB : error BE0042 when running from command line
Note the Platform value in the warning message. You probably just need to specify /p:Configuration=Release;Platform=AnyCPU to match the defaults in the GUI.Eric
View ArticleNew Post: SHFB : error BE0042 when running from command line
Saved my day, that was the problem. Thx!
View ArticleNew Post: REQUEST FOR COMMENTS: Removing type links from the Syntax section
I noticed that the members do indicate which interface members they implement but the class itself does not. I agree that it should so that's a change worth making. When I went to see what the...
View ArticleNew Post: Problems with in MAML
If you can create an example project that demonstrates the problem and send it to me that would be better as then I can build it and see what's going on.Eric
View ArticleNew Post: hide internal interfaces
I don't know if this is a new problem, but I cannot hide internal interfaces (internal to an assembly) completely. They are not documented in that they have no documentation for the interface, but they...
View ArticleNew Post: hide internal interfaces
It could be that nobody's ever noticed. The members will show up if public but they won't include the "Implements" section on their topic page which is correct. They appear to be normal members of...
View ArticleNew Post: Problems with in MAML
Hi Eric,I sent you the project over our IRIS system to your mail address. I hope you will receive the mail.Manuel
View ArticleNew Post: SHFB 1.9.6 and Custom Presentation Style problem
Hi!We have a custom presentation style that is a copy of vs2005 with only a few changes in two files; utilities_reference.xsl and Presentation.css. In the old version this was easy and worked very...
View ArticleNew Post: SHFB 1.9.6 and Custom Presentation Style problem
When you copied the shared content files, did you rename them as indicated in the walkthrough by changing the "VS2005" prefix to your custom style ID? If not, that is one error. They are required by...
View ArticleCommented Issue: Omit underscores in VB calling syntax [33282]
I'd like to have a configuration option that lets me omit the underscores that appear in VB calling syntax descriptions. Modern versions of VB don't need them, and I think the clutter is distracting....
View ArticleCommented Issue: Omit underscores in VB calling syntax [33282]
I'd like to have a configuration option that lets me omit the underscores that appear in VB calling syntax descriptions. Modern versions of VB don't need them, and I think the clutter is distracting....
View ArticleCreated Issue: Command Build Fails when invoked from the Developer Command...
When building an .shfbproj from the "Developer Command Prompt for VS2012" the build fails:P:\XsdDoc.git\Help> msbuild Help.shfbprojSHFB : error BE0071: Unable to locate...
View ArticleClosed Issue: Command Line Build Fails when invoked from the Developer...
When building an .shfbproj from the "Developer Command Prompt for VS2012" the build fails:<br><br>P:\XsdDoc.git\Help> msbuild Help.shfbproj<br><br>SHFB...
View ArticleCommented Issue: Command Line Build Fails when invoked from the Developer...
When building an .shfbproj from the "Developer Command Prompt for VS2012" the build fails:<br><br>P:\XsdDoc.git\Help> msbuild Help.shfbproj<br><br>SHFB...
View ArticleCommented Issue: Command Line Build Fails when invoked from the Developer...
When building an .shfbproj from the "Developer Command Prompt for VS2012" the build fails:<br><br>P:\XsdDoc.git\Help> msbuild Help.shfbproj<br><br>SHFB...
View ArticleClosed Task: Move Build Components to Sandcastle [33232]
Changes made related to this work item in v1.9.6.0:<br>- Removed SHFB VersionInfoComponent and moved the processing into the production and presentation style XSL transformations.<br>-...
View ArticleUpdated Wiki: Future Enhancements and Features
Below is a list of future enhancements and features for the Sandcastle tools and the Sandcastle Help File Builder. No planned release dates have been set for these items. Each item may be implemented...
View ArticleNew Post: Issue with generating Class Reference contents
Hi, We have used the third party documentation compiler tool ( sandcastle) for generating the class reference contents. we have some issues while generating the class reference for our assemblies. we...
View ArticleNew Post: Issue with generating Class Reference contents
Based on your description, I can only speculate. If you have documented multiple assemblies and produced multiple help files containing one or more of the same assemblies as documentation sources,...
View ArticleSource code checked in, #101003
Changes made in this release: Sandcastle: - Deleted CodeReference.cs, LiveExampleComponent.cs, and WdxResolveConceptualLinksComponent.cs as they appear to be for internal Microsoft use and do not...
View Article