Visual Studio 2008 support has been added and requires that you manually enable this feature on the Options | Administration page.
To do this you can copy the stock Help Builder project templates into your project's templates directory. Alternately you can review the way the new templates work and adjust your own customized templates as you see fit.
Note: This change is optional, but recommended for your projects.
http://www.west-wind.com/wwHelp/download.asp
This update fixes a number of runtime issues including a fairly annoying editbox redraw/scroll bug and a few interop issues with the HTML Editing control.
Version 4.05 provides a number of major enhancements to the .NET import features. Several of these changes have affected the default MSDN templates used. In order to take full advantage of these new features you will need to update your templates.
There are two ways to do this:
Changes required:
Updated wwHelp.css
To get the new formatting features you will need to update wwhelp.css. You can merge the new wwhelp.css file with any changes you might have made. The new CSS file uses relative percentages so making global changes is now much easier.
Add new WCS templates and BMP gif images
Several new topic types have been introduced in this version. CLASSCONSTRUCTOR, DATAVIEW and DATAFUNCTION have been added to provide new topic types used for imports of classes and databases. You can copy the WCS files out of the Help Builder Install TEMPLATES directory into your project's TEMPLATES directory. Also copy BMP the three images (classconstructor.gif, classconstructor_open.gif, dataview.gif, dataview_open.gif etc.) to your project's BMP directory.
Note: if you don't update the templates and images everything still works, but you will get default images and templates which won't quite look right.
If you haven't made any changes to templates previously consider simply replacing your project's templates with the new ones. Otherwise we still recommend you update your templates at least for the CLASS and DATA templates as these rely on new features that have been added.
New wwhelp.js file
A new wwHelp.js file is used for the MSDN template to include some script code.