System.Data.Entity 无法引用的问题

最近刚学MVC,跟着网上的博客学习,发现代码中有这样一句: using System.Data; using System.Data.Entity; 我项目引用的时候,也引用了System.Data.Entity,但我VS的智能感知只有如下代码。 using System.Data.EntityClient; 后经百度查询结果,最终发现,System.Data.Entity 这个是引用的EntityFramework,于是在项目中引用了下EntityFramework就好了。 [caption id="" align="alignnone" width="394"]EntityFramework EntityFramework[/caption] 希望能对你有所帮助!^_^  
原文地址:https://www.cnblogs.com/woaic/p/3942907.html