A Web Service project can use up to NET 3.5 as far as I have noticed.
Now, I want to use Entity framework 4 as a data access technology.
EF4 is available within NET 4.0 only.
Am I missing something or I simply cannot connect Web Services with EF4 ?
Regards
Mariusz
ps. Forgive me if I missed something obvious.
You should have a look at WCF Data Services. They allow you to expose part or all of a EF 4.0 model, to be consumed by a client via a WCF service.
have a look at the following:
WCF Data Service Example
WCF Data Service Overview