Reputation: 2971
I've installed the MSDN Library for Visual Studio 2008 SP1, however, dynamic help in Visual Studio still spawns the RTM Document Explorer. Anyone know how to change it to the SP1 version?
Upvotes: 2
Views: 1565
Reputation: 97839
Sometimes you see someone else struggling with the same things and that quickly reminds you are not alone.
So here is what you have to do:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Help\0x0409
- 0x0409 is for US english.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Help\0x0409\Collection
is a kind of pointer to a sub-key with the preferred collection.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Help\0x0409\Collection
to the value of the copied sub-key.Note: You may have to restart Visual Studio after executing these steps in order to make them effective.
Upvotes: 3