I have VS08 SP1 Professional Edition (9.0.30729.1) running with .NET 3.5 SP1 Framework.
I am using this tutorial to build an EF/POCO environment, but I can't find ObjectSet<T>
, only ObjectQuery<T>
, so I suppose the EF I am using isn't the fourth version.
What do I need to do to have EF 4 running with my VS08?