How to manually uninstall a Visual Studio 2010 extension?

前端 未结 3 448
感动是毒
感动是毒 2020-12-30 18:44

So I got prompted to download the latest NuGet Package Manager in VS2010. All previous updates (including this) has failed with:
VSIXInstaller.SignatureMismatchExc

3条回答
  •  春和景丽
    2020-12-30 18:54

    To uninstall NuGet, you must first run Visual Studio as Administrator, then you will see the Uninstall option available.

    Restart VS, but this time run it as your normal account. When you install NuGet going forward, you should be able to update to future versions without running as Administrator.

    I believe this issue occurs due to NuGet being installed with MVC 3. I hope in the future we no longer bundle NuGet with other software.

提交回复
热议问题