Popular Articles
Last viewed:
- C# Store/Retrieve File in Database Image Field using ODBC
- Connect to Site to Site VPN with Windows XP
- Disable Button on Submit (Prevent multiple submits)
- Changing the Application Pool Identity with Windows Server 2008 and IIS 7
- GridView ObjectDataSource LINQ Paging and Sorting
- Find a control in a TemplateField programmatically
Recent comments
- Awsome!!
8 hours 2 min ago - C# insert image
22 hours 54 min ago - jkll
3 days 11 hours ago - Thank You
4 days 10 hours ago - Another approach
6 days 11 hours ago - Issue
1 week 1 hour ago - thanks
1 week 12 hours ago - Calendar date time
1 week 17 hours ago - Nice Explanation
1 week 21 hours ago - ramya
1 week 3 days ago

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.