Trying to run NDoc (1.3.1) on a newly setup PC, I ran into this error:
From the NDoc GUI:---An error occured while trying to build the documentation.
Exception: NDoc.Core.DocumenterExceptionUnable to find the HTML Help Compiler. Please verify that the HTML Help Workshop has been installed.
Exception: NDoc.Core.DocumenterExceptionUnable to find the HTML Help Compiler. Please verify that the HTML Help Workshop has been installed.---
From the NAnt NDoc Utility:---Error building documentation. Unable to find the HTML Help Compiler. Please verify that the HTML Help Workshop has been installed. Unable to find the HTML Help Compiler. Please verify that the HTML Help Workshop has been installed.---
As of today, it's not well documented on Google what this error really means.
The fix was to rerun the VS.NET 2003 installer (Control Panel -> Add/Remove Programs -> Select VS.NET -> Change/Remove). Then add the "Enterprise Development Tools->Visual Studio SDKs->HTML Help 1.3 SDK" item.
My original guess was that I got the error because I hadn't installed the MSDN library yet. Thanks to this weblog entry for pointing me in the right direction (toward the VS.NET installer):
What is "HTML Help Workshop"?
If I were Microsoft, I wouldn't consider the HTML Help compiler as part of the "Enterprise Development Tools" package and hide it in the installer. NDoc is a best practice that every developer who is writing a component/library should use, not just enterprise developers. IMHO, hhc.exe should be part of the core VS.NET install.
Remember Me
Powered by: newtelligence dasBlog 1.8.5223.2
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2009, Michael Maddox
E-mail