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?
I’ve installed the MSDN Library for Visual Studio 2008 SP1, however, dynamic help in
Share
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\Collectionis a kind of pointer to a sub-key with the preferred collection.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Help\0x0409\Collectionto 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.