chugh97
chugh97

Reputation: 9992

EF 4.0 and Visual Studio 2008

Can I use EF4.0 relased with .NET framework 4.0 with VS2008?

Upvotes: 1

Views: 270

Answers (1)

marc_s
marc_s

Reputation: 755297

No - EF4 is a .NET 4 only technology, and Visual Studio 2008 does not support .NET 4.

Upvotes: 4

Related Questions