Unable to use methods from Domain Service class in WCF Ria?
问题 I am trying to build an silverlight application which takes user first name, last name, pass, email address in text boxes and then add these to the database. For this i am using WCF Ria Services . Steps i have followed are : Added ADO.NET Entity Data Model and then Domain Service class in my project (in web part). Now i have got some predefined methods in my DomainService Class like Insert, Update methods. I know how to show data in DataGrid but its not what i want. What i want is to