views:

38

answers:

1

When I installed Visual Studio 2010, i figured out that it was not having a traditional windows based Help Viewer. The help topics were loaded in the Internet explorer.

  1. I understand that online and offline help will be consistant if we use IE. Other than this, is there any reason for having the local help in the IE?

  2. Is it possible to have a traditional Help Viewer? If possible How?

A: 

By default VS2010 comes with just Help Library Agent that is capable of showing the help documentation in the default browser.

Help Viewer power tool has to be installed separately to have a stand alone documentation program.

http://www.hanselman.com/blog/VisualStudio2010HelpViewerPowerToolBETAHelpIndexAndStandaloneHelp.aspx

SaravananArumugam