I am using Entity Framework 4, having the circular reference among some of entities, but I am getting stackoverflow exception, this is the scenario when lazy loading is enabled...
Then I have made lazy loading enabled as false and include all the related entities using Include()
method but still am getting the same error... Help needed....