views:

196

answers:

1

Hello,

I'm trying to use RIA services, I installed Silverlight 4 and Silverlight 4 Tools/SDK, but I cannot setup a LINQToEntitiesDomainService because I can't find this namespace/assembly: System.ServiceModel.DomainServices.EntityFramework. Where does this assembly come from, not sure why it's missing? Is that an add-on I'm missing?

Thanks.

+2  A: 

You should find it in:-

Program Files[ (x86)]\Microsoft SDKs\RIA Services\v1.0\Libraries\Server

As the folder suggests this is a server-side dll; if you are attempting to add to your Silverlight project then that would be the problem. Its designed to be referenced by the Web project or a library project that is reference by the web project.

AnthonyWJones
Yes, I plan to do that. Thanks much for the direction :-)
Brian