I use Entity Framework 4, having a round link among some objects, but I get a stackoverflow exception, this is the scenario when lazy loading is enabled ...
Then I made lazy loading turned on as false and turned on all related objects using the method Include(), but still getting the same error ... Help needed ...
source
share