Reply to comment

Possible solution

Without seeing exactly what you code and project set is like, my hunch is that in the case of a business application, you may need to set your WCF RIA Services link to your MyApp.Data server-side DAL layer assembly instead of your web. Also, another idea is to make sure your MyApp.Web has a reference to your MyApp.Services assembly where your RIA services are.

Reply