One or more packages could not be completely uninstalled

前端 未结 9 1540
栀梦
栀梦 2021-02-06 20:44

I have an ASP.NET MVC 4 application. I used NuGet to update all of the NuGet packages that were installed when I created the application. One of the packages was Microsoft.B

9条回答
  •  無奈伤痛
    2021-02-06 21:04

    ** Hi, everybody.**

    i resolve this problem this ways.

    1. If you have source control run the vs as administrator ( it is important )

    2. in the solution packages -> delete thing about packages. sample -> i deleted all entity framework version folders.

    3. restart the vs

    4. open solution and solution right click -> manage nuget packages for this solution. you will see restore button :) restore

    that is all.

提交回复
热议问题