I have my Entity Framework Entities split out into a separate class library from my web project and data access layer. In my controller I make a call to my repository to get an ...IEnumerable<RobotDog.Entities.Movie>... and then try to serialize into json...