问题描述
我一直工作在我家里的电脑上这个MVC 3应用了一段时间了。我出城不同的计算机上,所以我就从我的源代码控制项目。这种新的计算机没有MVC 3,所以我安装了它后,我复制项目到新计算机。
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.
我的很多DLL文件(如MvcContrib.dll)的人失踪,因为我没有设置复制本地为真当我第一次创造了我家里的电脑上的项目。所以,我一直在准备和下载所有缺少的DLL和它们添加到我的项目。
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.
唯一一个我无法找到是EntityFramework.dll。我无法找到一个下载它,我不认为这是一个.NET的DLL当我尝试添加引用。
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.
当我尝试建立我得到这样的警告:
无法解析此引用。无法找到程序集的EntityFramework的
I'm getting this warning when I try to build:Could not resolve this reference. Could not locate the assembly "EntityFramework"
推荐答案
下载并安装Framework 4.0和它包括在内。
Download and install Framework 4.0 and it's included.
<一个href=\"http://www.microsoft.com/download/en/details.aspx?id=17851\">http://www.microsoft.com/download/en/details.aspx?id=17851
这篇关于无法找到组装&QUOT;&的EntityFramework QUOT;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!