无法找到程序集“EntityFramework” [英] Could not locate assembly "EntityFramework"

查看:265
本文介绍了无法找到程序集“EntityFramework”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在家里的这个MVC 3应用程序上工作了一段时间。我在不同的电脑上出城,所以我从源代码管理中得到了这个项目。这个新的电脑还没有MVC 3,所以我把它复制到新电脑之后就安装了。



很多我的dll(像MvcContrib.dll )丢失,因为当我在家庭电脑上首次创建项目时,我没有将Copy Local设置为true。所以我一直在下载所有丢失的DLL并将其添加到我的项目。



唯一一个我找不到的是EntityFramework.dll。我找不到它的下载,当我尝试添加引用时,我不会看到它是一个.NET DLL。





当我尝试build:
无法解析此引用。无法找到程序集EntityFramework

解决方案

下载并安装Framework 4.0,并附带其中。



http://www.microsoft .com / download / en / details.aspx?id = 17851


I've been working on this MVC 3 application on my home computer for a while now. I'm out of town on a different computer, so I got the project from my source control. This new computer didn't have MVC 3 yet, so I installed it after I copied the project to the new computer.

A lot of my dlls (like MvcContrib.dll) were missing since I didn't set Copy Local to true when I first created the project on my home computer. So I've been going in and downloading all the missing dlls and adding them to my project.

The only one I can't find is EntityFramework.dll. I can't find a download for it, and I don't see it as a .NET dll when I try to add a reference.

I'm getting this warning when I try to build: Could not resolve this reference. Could not locate the assembly "EntityFramework"

解决方案

Download and install Framework 4.0 and it's included.

http://www.microsoft.com/download/en/details.aspx?id=17851

这篇关于无法找到程序集“EntityFramework”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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