Page 1 of 1

DomainDataSource

Posted: Fri 10 Apr 2009 00:44
by acadalzo
I'm experimenting with the new Silverlight3 Beta/.Net RIA Services described in the riaservicesoverviewpreview.pdf available for download at:
http://www.microsoft.com/downloads/deta ... laylang=en

I haven't had any luck getting the DomainDataSource (described in section 14.2 of the pdf) to work with dotConnect for MySQL 5.0.26. I end up with an empty DataGrid. It works OK with SqlServer or SqlExpress. Should I expect it to work with dotConnect for MySQL or should I wait until the release version of Silverlight 3/RIA Services to start testing it with dotConnect for MySQL?

Thanks,
Al

Posted: Mon 13 Apr 2009 12:37
by Shalex
We will investigate this issue and notify you about the results as soon as possible.

DomainDataSource

Posted: Tue 14 Apr 2009 13:48
by acadalzo
Never mind. :wink:
I got it working. I wasn't using the correct query syntax in my Domain Service Class.
Thanks.
Al