Okay, here\'s the scenario. I have 3 tables. One called aspnet_Users one called Categories and a linking table called User_Categories. aspnet_Users and Categories both ha
I encounter the same problem, and I fixed by the following link:
I remove the section of DefiningQuery in .edmx based on the content of 3rd link. And then everything works as a charm.