Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用实体框架版本 4.4.0.0 的应用程序,但我想使用一个新的。为此,我添加了对新 dll 的引用,设置为真正的本地副本,然后尝试运行我的应用程序。
但是,我收到一条错误消息,指出清单无法加载版本 4.4.0.0。
如何使用新版本的 dll?
谢谢
检查您的项目属性,您可能使用的是 .Net 4.0。为了使用 EF5,您的项目需要更新到 .Net 4.5,使用 nuget 降级/升级 EF。