ASP.NET Hosting

Integrate assembly help with Visual Studio

We had NDoc to generate documentation for class libraries or components in formats such as .CHM. Difficulties appeared when you wanted to integrate that help with Visual Studio .NET's integrated help. Microsoft's Visual Studio .NET Help Integration Kit (VSHIK) didn't really help. At long last, Microsoft finally releases a new tool: the Help Integration Wizard (beta). This tool does a much better work. With it you can create .MSI files or merge modules for Windows Installer.

Microsoft provides the tools necessary to create the compiled help (HxS) files that make up a help collection. The Help Integration Wizard can assemble those HxS files into a help collection and create a Windows Installer project for the help collection's distribution.
A help collection that is integrated with Visual Studio .NET gives developers ready access to documentation through the IDE's Contents, Index, Search, and Dynamic Help windows.

By the way, NDoc has been updated to version 1.3 beta 1.
Other documentation tools.

No Comments