One or more packages could not be completely uninstalled

前端 未结 9 1556
栀梦
栀梦 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:24

    If you are using Entity Framework 6, then you can install the NuGet package "EntityFramework.SqlServerCompact".

    This enabled me to use the standard ASP.NET Identity tooling that comes with the project templates for 2013 and MVC5.

提交回复
热议问题