Reputation: 119
I'm walking through a tutorial for Ria services and Silverlight 3 however my coding environment is VS2010 (with .Net 4.0 and SL4). The tutorial references system.web.ria and I can't find that reference at all in the Add References window for VS2010.
Upvotes: 2
Views: 393
Reputation: 4673
The assembly has changed to System.ServiceModel.DomainServices.Server + System.ServiceModel.DomainServices.Hosting
Check out the documentation on the breaking changes.
Upvotes: 1