WCF-LINQ Exception : Cycled Object Reference
A simple solution to a complicated error for anyone to try out before searching any further : Having to write a WCF service to handle complex LINQ entities with various foreign key references I came across the following exception when trying to consume the respective service : Object graph for type “EntityType” contains cycles and [...]
Full Story