views:

14

answers:

1

Hello,

I am interested in building a Silverlight application that uses RIA Services. I am using this video (http://live.visitmix.com/MIX10/Sessions/CL08) as an example. In that video, the presenter uses the "data sources" tab to populate the view. However, I cannot figure out how to add a data source from within Visual Studio 2010.

I have a database on my local machine. This database is the sample AdventureWorks database. When I select my Silverlight application, there is a UserRegistrationContext in the data sources window. However, I cannot figure out how to add a new one that connects to my AdventureWorks database.

Can somebody tell me how to do this? Thank you!

+5  A: 

Take a look at this video:

http://www.silverlight.net/learn/videos/all/ria-services-support-visual-studio-2010/

Ardman