Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I change my Visual Studio 2010 Help (F1) from local to online?

The first time I pressed F1 in Visual Studio 2010, I mistakenly chose to use local help files (which I don't have) rather than online.

Now, whenever I press F1 in VS2010, The Microsoft Help Viewer 1.1 launches with nothing in it.

How do I change the F1 behaviour to online help?

Note: There appear to be Help settings in Tools > Options for VS2008 and VS2005, but none for VS2010?

like image 839
Damovisa Avatar asked Jun 23 '11 09:06

Damovisa


3 Answers

The help settings are set in Visual Studio 2010's Help Manager:

  • Help -> Manage Help Settings
  • Choose Online or Local Help.

In Visual Studio 2012, you can find it in:

  • Help -> Add and Remove Help Content
  • Add or Remove content as you like. Update button on the bottom right.

enter image description here

like image 187
Richard Avatar answered Nov 20 '22 12:11

Richard


I had this problem, if I click "OK" on the location it gave me it then sat and thought for a bit, then gave me the option to pick.

Options were:

choose online or local help
check for updates online
install content from online
install content from disk
remove content.
like image 37
BugFinder Avatar answered Nov 20 '22 12:11

BugFinder


With VS2012 choose Help->Set Help Preference->Launch in Browser (or Launch in Help Viewer)

like image 3
SpaceTeam Avatar answered Nov 20 '22 10:11

SpaceTeam