Need help debugging: Having trouble getting data to Silverlight App through RIA Services, Entity Framework, MySQL
问题 I'm trying to build a Silverlight App that accesses and presents data from a MySQL database. I'm trying to use Entity Framework to model the MySQL data and RIA Services to make the data via EF available to Silverlight. My Silverlight App is showing the correct columns in the datagrid, but it does not show the data (alternate link to image) : When I look at the DomainService file (used for RIA Services), I see this: public IQueryable<saw_order> GetSaw_order(int intOrder) { return this.Context