The term 'Update-Database' is not recognized as the name of a cmdlet

前端 未结 26 937
无人共我
无人共我 2020-12-07 19:35

I am using EF5 beta1 and while I was able to run the \"Update-Database\" before. Now that I shut down Visual Studio, I cannot get it to run. I get the following error:

26条回答
  •  眼角桃花
    2020-12-07 20:08

    For me the problem was the Nuget version.

    1. uninstall Nuget Package Manager.
    2. restart Visual Studio.
    3. installed new version of Nuget Package Manager.
    4. then re-start Visual Studio again.

提交回复
热议问题