Command Line Does Not Create Valid CHM
Janna.Kelly
Posts: 3
I've created a sqldoc project using the UI and am now trying to use the command line version to run it from within my build script.
SQLDoc builds a 1KB CHM file that is not valid. If I generate from within the UI, I get an 87 KB CHM file that is valid and openable.
Here's the command line I'm using:
Any ideas or solutions would be welcome.
Thank you!
SQLDoc builds a 1KB CHM file that is not valid. If I generate from within the UI, I get an 87 KB CHM file that is valid and openable.
Here's the command line I'm using:
"c:\program files\red gate\sql doc2\sqldoc" /project:MyDatabaseDocumentation.sqldoc /filetype:chm /out:MyDatabase.chm /force
Any ideas or solutions would be welcome.
Thank you!
Comments
Many thanks for your post. I have replicated this here and have raised a bug for it in our internal tracking systems under reference SDOC-1424. Hopefully this will be fixed shortly for the cumultive patch, however I will post on here when the fix is made.
Pete
Red Gate Software Ltd
+44 (0)870 160 0037 ext. 8569
1 866 RED GATE ext. 8569
Looks like I made a mistake here and should have read the documentation properly myself!
Anyway, if you save a project where the output is set to CHM then you won't need to use the out switch. Your code will then look something like:
HTH!
Pete
Red Gate Software Ltd
+44 (0)870 160 0037 ext. 8569
1 866 RED GATE ext. 8569