Issue: A document cannot be installed during the reinstallation of Visual Studio 2010, showing no permissions to obtain the document:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/73/38/wKioL1X3-RrCUjLyAACK3XmlMuI585.jpg "title=" t_1. PNG "alt=" wkiol1x3-rrcujlyaack3xmlmui585.jpg "/>
When you click OK, you will be prompted to install the Help documentation for your local disk or networking, and a gray, non-selectable installation path appears.
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/73/3B/wKiom1X3-EvDk92cAAE3y--uCIs216.jpg "title=" t_2. PNG "alt=" wkiom1x3-evdk92caae3y--ucis216.jpg "/>
Solve:
By modifying the Helplibmanager configuration file HelpLibManager.exe.config, the file C:\Program Files\Microsoft Help viewer\v1.0 under the directory system disk
Edit the configuration file HelpLibManager.exe.config, modify <add key= "Firsttimerun" value= "False"/> To
<add key= "Firsttimerun" value= "True"/〉 Save and restart VS2010
Click [Help]-->[manage Help Settings] (I use the English version, the Chinese version is the same)
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/73/38/wKioL1X3_KGhM28VAAHgNGp9-cc099.jpg "title=" t_3. PNG "alt=" wkiol1x3_kghm28vaahgngp9-cc099.jpg "/>
Reminder: Not modifying the configuration file, reinstalling VS2010 will not solve the problem, currently only by modifying the configuration file.
This article is from the "EID" blog, please be sure to keep this source http://eiddie.blog.51cto.com/8981754/1695062
Visual Studio 2010 Cannot install documents