A circular reference was detected while serializing an object of type …
Posted in Technology on Jul 25th, 2008
I ran into an issue earlier when trying to serialize an object return by LINQ. After Googling it, I found following blog which is very helpful.
LINQ to SQL and Serialization
I believe this is a common issue for LINQ objects and hope this blog can save time for somebody.
Share This


