I'm porting an MVC4 project using Visual Studio to an MVC3 project using Monodevelop to host on an Apache Server on CentOS. I'm receiving this error:
using System.Data.Objects;
The type or namespace name 'Objects' does not exist in the namespace 'System.Data'.
Has anyone made this move, and if so how did you overcome this reference issue.