views:

112

answers:

2

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...

A: 

No, the EF 4.0 uses the .NET 4.0 framework, which is newer and completely separate from the .NET 3.5 framework.

Andrew Garrison
A: 

Nope. See this answer.

KMan
ok,Thanks a lot... so that's because of different CLR versions!
Hossein