包管理器控制台 Enable-Migrations CommandNotFoundException 仅在特定的 VS 项目中 [英] Package Manager Console Enable-Migrations CommandNotFoundException only in a specific VS project

查看:16
本文介绍了包管理器控制台 Enable-Migrations CommandNotFoundException 仅在特定的 VS 项目中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I tried to run the command 'Enable-Migrations' in a new project and I got the message:

PM> Enable-Migrations
The term 'Enable-Migrations' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verif
y that the path is correct and try again.
At line:1 char:18
+ Enable-Migrations <<<< 
    + CategoryInfo          : ObjectNotFound: (Enable-Migrations:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

But in all other projects the command runs just fine.

Why is this happening?

BTW, I'm using VS2010 Professional SP1

EDIT: I reinstalled with the commmand: Install-Package EntityFramework -IncludePrerelease and the problem went away.

解决方案

I reinstalled with the commmand: Install-Package EntityFramework -IncludePrerelease and the problem went away.

这篇关于包管理器控制台 Enable-Migrations CommandNotFoundException 仅在特定的 VS 项目中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆