I'm using a Silverlight 4 WCF RIA Services demo application that uses LinqToSql, that works well.
I add a new database table, move the new table to the LinqToSql designer and build the project
I add a new DomainService class
I get a dialog with the only option to create an empty DomainService and no DataContext classes are available.
What am I missed?
Thanks in advance
Gabriel