I have a view that has a RadDomainDataSource defined like so:
Inside of the same view, I have a RadComboBox with the following declaration:
When I debug the view in a browser, I see the following error in the Output window of VS2010:
Here is my DomainService code:
And here is the SurveyableUser POCO:
This code is very similar to another view where I'm doing the same thing, but populating a RadTreeView and it works fine.
Looking for any ideas here... I've been messing with this for so long, that I'm afraid that i'm just overlooking something. But I can't see it.
One interesting thing to note is that when I build the solution, I get the following warning in the Output window:
I'm concerned that that is the root of the problem. But when I view the generated code in the Generated_Code folder of the Silverlight client app, I see the appropriate query as well as the client version of SurveyableUser.
Any thoughts? Thanks in advance.