Question

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).

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top