Edwin Yip 154 Posted March 8, 2023 I need advise on solving the IDE help system not working issue, it's XE4 on Windows 7. I don't know since when it stopped working, but the error is as following: RAD Studio's help namespace is not defined. Please reinstall RAD Studio's documentation. class not registered, ClassID: {314111F0-A502-11D2-BBCA-00C04F8EC294} So I found the instruction from embt: https://support.embarcadero.com/article/43035 The help installer almost worked until I got the following error: H2Reg.exe ** Error ** MS Help 2.x runtime files are not installed on this PC. Installation/registration of Help files cannot proceed. According to Google and a MS forum post, I need Visual Studio 2008 SDK which still has a download on cnet.com, so I got it. But the installation cannot proceed since I don't have Visual Studio 2008 installed, so I stuck. I don't want to re-install the full XE4 because I've got so much IDE plugins and custom settings. Any advise? Thanks. Share this post Link to post
programmerdelphi2k 237 Posted March 8, 2023 did try install just only the "Microsoft C++ Redistributable and Visual Studio 2008" for Win7? https://www.microsoft.com/en-us/download/search.aspx?q=visual studio sdk note: https://answers.microsoft.com/en-us/windows/forum/all/ms-help-2x-runtime-download/038c8455-e209-4694-b500-42936d934d07 Share this post Link to post
Edwin Yip 154 Posted March 8, 2023 See attached, I think I have all the VC 2008, 2010, 2012, 2013 and 2017 redistributables... Share this post Link to post
programmerdelphi2k 237 Posted March 8, 2023 (edited) and H2Reg? https://www.helpwaregroup.com/products/h2reg http://kb.helpwaregroup.com/product-h2reg/h2reg-faq/h2reg-installers http://kb.helpwaregroup.com/mshelp2/borland-h2-help http://kb.helpwaregroup.com/mshelp2/h2-info Edited March 8, 2023 by programmerdelphi2k Share this post Link to post
Edwin Yip 154 Posted March 8, 2023 Thanks for the info, tried both h2reg and h2viewer, both give me the following error: MS Help 2.x runtime files are not installed on this PC. I wish Delphi kept using the good old CHM or .hlp help file formats... 1 Share this post Link to post
Stano 143 Posted March 8, 2023 They've already gone back to them. On the recommendation of MS itself 1 Share this post Link to post