This question is locked. New answers and comments are not allowed.
We use the documentation example "Binding to Database", data model and entity model look exactly the same. We have slightly changed the example by not using RIA services but instead building it upon a wcf data service. Loading an appointment is working as expected, however saving an appointment results in an InvalidOperationException saying "the type 'System.Collections.IList' has no settable properties. Since this exception does not tell me *which* IList-property is causing the error we assume that it is the Resources property of the IAppointment interface. We are quite in a fix - anyone has an idea how to solve this error?
Best regards
Neils
Best regards
Neils