Visual Studio 2010 and Silverlight - Adding Data Sources
Posted
by Villager
on Stack Overflow
See other posts from Stack Overflow
or by Villager
Published on 2010-05-19T13:33:17Z
Indexed on
2010/05/19
13:40 UTC
Read the original article
Hit count: 264
visual-studio-2010
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!
© Stack Overflow or respective owner