Been a long struggle with this one. I\'m working with an ASP.NET web API to provide clean and easy HTTP/JSON interaction with a database. I have an entity name Reservation w
Mark the references with IgnoreDataMember attribute and let us know if that helped.
[IgnoreDataMember] public virtual Equipment Equipment { get; set; } [IgnoreDataMember] public virtual ReservationState ReservationState { get; set; }