我不知道我的問題是否與OS有關。VS 2013 NuGet包沒有正確加載(Windows 10操作系統)
我在Windows 7的VS 2013中安裝並創建了一些項目,並且一切正常。
但我的工作場所要我們升級到Windows 10,所以我安裝了VS 2013(以同樣的方式我把它安裝到我的Windows 7操作系統),然後我試圖打開我的一些作品,並得到了以下錯誤:
The 'NuGETPackage' package did not load correctly.
在ActivityLog.xml它是這樣的:
Could not load file or assembly 'NuGet.Tools, or one of its dependencies. The system cannot find the file specified.
我還檢查了擴展和更新,NuGet包管理器爲Visual Studio 2013是在列表中。
我試圖修復(在控制面板>程序中),但仍顯示錯誤。