標籤:
安裝完VS2010後
再安裝MSDN
開啟“Help Library 管理器 - Microsoft Help 查看器 1.0”
提示“請為本地內容選擇位置”
預設的位置是在“C:/Documents and Settings/All Users/Application Data/Microsoft/HelpLibrary/”
將其改變到“D:/Program Files/VS2010 Help Library”
點擊“確定”後系統報錯
提示“未能在指定檔案夾中建立本機存放區區,請選擇其他位置。可以檢查事件記錄以瞭解詳細資料”。
更換路徑結果還是一樣未能在指定檔案夾中建立本機存放區區
使用“事件檢視器”看到如下資訊:
設定庫位置(“C:/Documents and Settings/All Users/Application Data/Microsoft/HelpLibrary/”)時發生錯誤: System.Security.Principal.IdentityNotMappedException: 未能轉換部分或所有標識引用。
在 System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
在 System.Security.Principal.NTAccount.Translate(Type targetType)
在 System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
在 System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
在 Microsoft.Help.Manager.Models.SettingsProvider.CreateAndAclLocalStore(String location, String currentDomainName, String currentUserName)
在 Microsoft.Help.Manager.Models.SettingsProvider.SetLibraryLocation(String location)
有關更多資訊,請參閱在 http://go.microsoft.com/fwlink/events.asp 的說明及支援中心。
以下是解決方案:
開啟C:/Program Files/Microsoft Help Viewer/v1.0修改HelpLibManager.exe.config把FirstTimeRun的值設定為False關閉HelpLibManager.exe.config檔案再進入“管理協助設定”就正常了找到光碟片中ProductDocumentation檔案夾內的HelpContentSetup.msha檔案進行安裝 原文地址:http://blog.csdn.net/fengda2870/article/details/5722466
【轉】VS2010安裝後出現無法使用協助的解決方案