Visual studio 2017添加引用時報錯未能正確加載ReferenceManagerPackage包的解決方法

vs2017添加引用時報錯未能正確加載「ReferenceManagerPackage」包。 - AusonSir - 博客園
https://www.cnblogs.com/-bao/p/6749419.htmlhtml

解決方法

  1. 啓動Developer Command Prompt for VS 2017
  2. 執行命令CD
    C:\Program Files\Microsoft Visual Studio\2017\Community\Common7\IDE\PublicAssemblies

    • 備註:默認的安裝地址就是這裏,若是不同請自行修改路徑。
  3. 執行命令gacutil -i Microsoft.VisualStudio.Shell.Interop.11.0.dll
  4. 執行完成以後,你將會看到ui

    Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.0 Copyright (c) Microsoft Corporation. All rights reserved. Assembly successfully added to the cache
    • 1
  5. 以後,重啓Visual Studio就能夠加載引用了。
相關文章
相關標籤/搜索