Asp.net mvc CS0012 错误
在做一个asp.net mvc 项目时报如下错误错误,本人查询多个网站最终发现如下解决方案。
CS0012: The type 'System.Data.Objects.DataClasses.EntityObject' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data.Entity, Version=4.0.0.0, Culture=neutral,
解决:
其实很简单在web.config 中加入下面语句
就可以解决如上问题。
……