The EntityFramework package is not installed on project

VS2015 使用EF的code first 报错

Get-Package : 找不到与参数名称“ProjectName”匹配的参数。
所在位置 packages\EntityFramework.6.1.3\tools\EntityFramework.psm1:611 字符: 40
+     $package = Get-Package -ProjectName <<<<  $project.FullName | ?{ $_.Id -eq ‘EntityFramework‘ }
    + CategoryInfo          : InvalidArgument: (:) [Get-Package], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,NuGet.PowerShell.Commands.GetPackageCommand

解决方案:

将nuget升级到最高版本,如果nuget无法升级,卸载后重新安装就可以了。

时间: 2024-10-19 12:40:45

The EntityFramework package is not installed on project的相关文章

maven -- 问题解决(三)Java compiler level does not match the version of the installed Java project facet

问题: Java compiler level does not match the version of the installed Java project facet 解决方法如下: properties->Java Compiler,修改JDK版本,然后Apply

解决java compiler level does not match the version of the installed java project facet【转载】

原博文地址http://blog.csdn.net/chszs/article/details/8125828 Java compiler level does not match the version of the installed java project facet错误的解决 因工作的关系,Eclipse开发的Java项目拷来拷去,有时候会报一个很奇怪的错误.明明源码一模一样,为什么项目复制到另一台机器上,就会报"java compiler level does not match t

java compiler level does not match the version of the installed java project facet

Java compiler level does not match the version of the installed java project facet错误的解决 因工作的关系,Eclipse开发的Java项目拷来拷去,有时候会报一个很奇怪的错误.明明源码一模一样,为什么项目复制到另一台机器上,就会报“java compiler level does not match the version of the installed java project facet”错误呢? 如图所示

eclipse中,项目有红叉之-Java compiler level does not match the version of the installed Java project facet.

1.Java compiler level does not match the version of the installed Java project facet,意思是jdk版本和project facet版本不一致 2.解决Java Compiler和Project facets的版本需一致

Java compiler level does not match the version of the installed Java project facet错误的解决

Javacompiler level does not match the version of the installed Java project facet错误的解决 因工作的关系,Eclipse开发的Java项目拷来拷去,有时候会报一个很奇怪的错误.明明源码一模一样,为什么项目复制到另一台机器上,就会报"java compiler level does not match the version of the installed java project facet"错误呢?

PHP 编译问题PEAR package PHP_Archive not installed的解决

php 的编译时需要依赖pear package ,目前的问题错误"PEAR package PHP_Archive not installed",已经明显报出这个问题. 因此编译使用参数 --without-pear   将pear 屏蔽掉编译安装后,再进行安装:同时因为phar 属于pear的一个库 ,所以不将phar关闭掉,同时还会报这个错误, 同时需要使用 --disable-phar   编译参数. ./configure --without-pear --disable-p

Java compiler level does not match the version of the installed Java project facet问题处理

从SVN上下载应用后在Problems面板中提示以下错误信息: Java compiler level does not match the version of the installed Java project facet 我的Java编译级别和项目设置的编译级别不匹配导致的错误信息. 百度发现,可以通过修改项目目录下的"\.settings\org.eclipse.wst.common.project.facet.core.xml"文件解决该问题. 将org.eclipse.w

linux中php项目无法发送邮件:PEAR mail package is not installed

发送邮件报错误:PEAR mail package is not installed的原因是linux中缺少PEAR mail组件, PEAR mail组件也就是PHP Pear Mail / SMTP软件包的三大支持: 1)NET / SMTP:SMTP协议的实现 2)邮件:提供发送邮件的多个接口的类 3)网络/ Socke:网络接口 解决方法:在php pear repo中下载并安装 1.下载文件 [[email protected]2 ~]# cd /tmp [[email protect

Java compiler与installed Java project face不匹配解决方法

1. 错误截图 2.原因分析 This error is because of maven compiler plugin defaults. Which is currently 1.5. So if you are using java 1.6 for building your project, you are going to face this issue every time you run this command: 3. 解决方案 To solve this issue, you