I had a similar problem, and it was caused by passing the wrong class to DataService. You need to pass the data entities class of the data model.
public class WebDataService : DataService< DataModel.DataEntities >
ggponti
2009-01-07 18:39:32