CHM does not create any content in file
I've tried a number of different databases, small and large. I can successfully create HTML documentation. However, when I try to create the CHM documentation, it creates the compiled help file successfully, but when I open the file the table of contents and index info display like my HTML documents, but selecting an item does not display anything and all I get is a blank page.
I'm running on Wndows 7, 64bit machine and have HTML Help Workshop 1.4 installed.
The database I need to document is large and creating DOC and PDF documents encounter the 'Out of Memory' error I've seen if a couple of posts. Any help or info would be greatly appreciated.
I'm running on Wndows 7, 64bit machine and have HTML Help Workshop 1.4 installed.
The database I need to document is large and creating DOC and PDF documents encounter the 'Out of Memory' error I've seen if a couple of posts. Any help or info would be greatly appreciated.
Comments
Which version of SQL Doc are you using? The latest is 3.0.3.9 - if you are not already running this version, can you update it and see if you still have the problem?
Redgate Software
I have the same issue with the newest version 3.0.3.9.
The first try was to create a documentation of the complete database to CHM which worked without problem. Then I wanted to exclude some of the objects and only document some of the SPs and UDFs which resulted in the issue that the CHM file only displays the objects in the contents but the right side is always empty.
It seems that the "Documenting" step in case of CHM executes very fast in comparison with the other three variants.
Other issues:
-- ===================================================================================================================================
which I sometimes use as header line for my SPs.
A really helpful extension to the documentation tool would be if you declare a standard way to prefix/suffix parameter description into SQL Prompt so we can create a procedure header with a click or shortcut like this:
SQL Prompt can easily parse the SP for parameters and insert that into the header, it also can provide all the other infos using settings (like author name or which date/time/format to insert etc.), it can scan the text for the <RETURNCODE> tag to get the variable name @ReturnCode and scan the rest of the script for any SET/SELECT to a constant value and insert that also as error codes into the header.
SQL Doc could then easily scan the procedures for these tags and insert everything into the documentation of the parameters, header informations and return codes. Would make the life of developers really a lot easier and other IDEs already use such things like Java documentation comments and so on. I saw a similar method today here: http://www.innovasys.com/product/dx/dat ... umentation
Would be great if the CHM issue could be fixed as currently that seems to be the best documentation output type.
Best regards,
Christian