Click here to Skip to main content
15,881,802 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
In MVC Controller, while returning Json object using
return JSON(new NorthwindDataContext().Orders);


It throwing Circular reference error. While analysing i can understand there is circular reference between internal tables. But I don't know how to remove the Circular reference in default Northwind Table.

Can you please give me idea
Posted
Updated 8-Feb-11 19:02pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900