I created a web application specific for the .Net version 4.0 utilizing entity framework 4.1 features. The server it is being deployed on supports up to .Net 3.5 applications. I want to port over the project to .net 3.5 but certain features seem unavailable, such as access to the ObjectSet Class. So is it possible to port over this project with the same features, or will I have to recreate a whole new web project?
I created a web application specific for the .Net version 4.0 utilizing entity framework
Share
From the download page:
It builds on EF 4, which shipped with .NET 4.0.