So basically I asked this question while back:
The query contains references to items defined on a different data context
But this time I am doing it in EF. Does EF supports cross joining between two tables?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t do joins between different data context’s. You would have to do the join with linq-objects