您好,登錄后才能下訂單哦!
小編給大家分享一下Visual studio 2017添加引用時(shí)報(bào)錯(cuò)怎么辦,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
最近新裝了2017,開(kāi)始前幾天還好,可是最近在添加引用時(shí),報(bào)錯(cuò)
---------------------------
Microsoft Visual Studio
---------------------------
未能正確加載“ReferenceManagerPackage”包。
此問(wèn)題可能是因配置更改或安裝另一個(gè)擴(kuò)展導(dǎo)致的??赏ㄟ^(guò)查看文件“C:\Users\Administrator\AppData\Roaming\Microsoft\VisualStudio\15.0_3dfc125b\ActivityLog.xml”來(lái)獲取詳細(xì)信息。
重新啟動(dòng) Visual Studio 可幫助解決此問(wèn)題。
繼續(xù)顯示此錯(cuò)誤消息嗎?
---------------------------
是(Y) 否(N)
---------------------------
找了百度及google 最后終于讓我找到了 解決方案 原文:
安裝完visual studio 2017 后添加引用總是提示 未能加載包ReferenceManagerPackage,這個(gè)問(wèn)題困擾了兩天,直到在網(wǎng)上看到了下面這一段
I just got this error after installation of Visual Studio 2017.
The solution was as follows.
Launch Developer Command Prompt for VS 2017
CD C:\Program Files\Microsoft Visual Studio\2017\Community\Common7\IDE\PublicAssemblies
Run gacutil -i Microsoft.VisualStudio.Shell.Interop.11.0.dll
You should now see
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
Restart Visual Studio and hopefully all will be well and you can add references.
The file C:\Users\USER\AppData\Roaming\Microsoft\VisualStudio\15.0_cc9cc69a\ActivityLog.xml is useful for debugging any other assemblies that may be causing the issue. Annoyingly it's very tempting to click No when asked never to see the error message again, which will suppress the error and this path so I thought I'd post it here for reference.
廢話(huà)不多說(shuō),來(lái)看下具體的解決方案:
1、打開(kāi)VS2017下的Developer Command Prompt for VS 2017
2、然后在CMD窗口輸入
CD CD C:\Program Files\Microsoft Visual Studio\2017\Community\Common7\IDE\PublicAssemblies 然后回車(chē)(注:這里的CD C:\Program Files\Microsoft Visual Studio\2017\Community\Common7\IDE\PublicAssemblies 是你的安裝目錄下的路徑 , 如:我是安裝在D盤(pán)下的VS017,那么我的路徑就是 D:\工作軟件\vs2017\Common7\IDE\PublicAssemblies)
然后回車(chē)
3、再然后在CMD窗口輸入 gacutil -i Microsoft.VisualStudio.Shell.Interop.11.0.dll 回車(chē),得到下圖的結(jié)果
4、最后一步,重啟VS2017 就OK了!
以上是“Visual studio 2017添加引用時(shí)報(bào)錯(cuò)怎么辦”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注億速云行業(yè)資訊頻道!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。