Based the article I've tried to start-up the RIA services.
At the moment there are 2 blockers:
- On the client side I don't have
<datagrid:DataGrid
component. Does anybody know what namespace contains this object? (already resolved with Silverlight Toolkit usage, thanks to Refracted Paladin for help) - On the client side I don't have access to my DomainService... don't know why. Also, I con't see "System.ServiceModel.DomainServices.Client" assembly available to be added to the projects references.
Could anybody help to resolve the 2nd problem?
Thank you.
P.S. I have VS2008, SP1, Silverlight, RIA Services installed.