Possible Duplicate:
Using EF 4 on .NET 3.5 SP1
Is it possible to use Entity Framework v4.0 in a .NET 3.5 application?
I mean, can i just reference the related assemblies for EF 4.0 and use it in my .NET 3.5 application?
Thanks.
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.
No, the EF 4.0 uses the .NET 4.0 framework, which is newer and completely separate from the .NET 3.5 framework.