Reputation: 19423
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?
Upvotes: 22
Views: 10726
Reputation: 109015
The help settings are set in Visual Studio 2010's Help Manager:
In Visual Studio 2012, you can find it in:
Upvotes: 29
Reputation: 1
Delete the trailing slash C:\Documents and Settings\All Users\Application Data\Microsoft\HelpLibrary\ <-- And press OK. Then VS2012 will open new settings window, where you can choose online help/
Upvotes: 0
Reputation: 41
With VS2012 choose Help->Set Help Preference->Launch in Browser (or Launch in Help Viewer)
Upvotes: 3
Reputation: 17858
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.
Upvotes: 3