The Way to Programming
The Way to Programming
Does Entity Framework DLL (verdion 3.5) even exist?
Yes it was, but not in the original 3.5 framework. It was included only in 3.5 SP1.
VS2008 is not sufficient. You need VS2008 SP1.
You can also use a later version of Visual Studio, because they can target the 3.5 framework through the project’s Properties window. This will require that framework 3.5 SP1 is installed on the development station however.
Sign in to your account