views:

115

answers:

0

I want to expose my RIA DomainService with a REST head as described in this tutorial by Brad Abrams: http://blogs.msdn.com/brada/archive/2009/07/15/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-5-astoria-add-reference-and-winforms.aspx

It seems the tutorial was targeted at the July 09 RIA Services release. We are currently using the November RIA beta with Visual Studio 2008. Consequently the tutorial produces errors. The item template for the 'Domain ADO.NET Data Service' item template is missing. Additionally when I try and manually create the DataService it seems the 'DomainServiceDataProvider' type is missing.

Any idea of how to achieve this functionality in VS2008 / November beta of RIA Services?