An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll
- by mazhar
Ok the thing is that I am using asp.net mvc with linq to sql. I have a scenario where there are two tables group and features with many to many relationship with the third table groupfeatures. I have drag and drop all three table in the dbml file.
The thing is that it runs fine with group but when I call the Feature things the above error occured…