Remove NuGet Package manager from VS2013

狂风中的少年 提交于 2019-12-14 03:53:58

问题


I had an install issue with the NuGet package manager extension. I am now trying to remove it, but each time I do the remove, I come back to VS2013 PRO and it is still there (win7 sp1 box).

Is there a different way to remove it (I am getting errors whenever I try to open a project).


回答1:


I ended up calling Microsoft support, and we spent about 45 minutes searching the registry for the particular version of NuGet (there was an old version installed that was not properly removed, keeping the new one from being installed).

We had to search by version id.

VS2013 does not only put things in:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions (with a random character folder name)

But also in %appdata%\Microsoft Visual Studio 12.0\Common7\IDE\Extensions as well as other places. So we had a lot of searching to do, but once we found it and removed the folder and all the old Nuget references from the registry, it was possible to continue and install the new NUGET Package Manager.

Today I found things were corrupt, (probably registry) but a REPAIR (From the install) was able to fix the problems



来源:https://stackoverflow.com/questions/20887649/remove-nuget-package-manager-from-vs2013

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!