Silverlight: After adding table no datacontext classes are available for the new DomainService class

Posted by Gabriel on Stack Overflow See other posts from Stack Overflow or by Gabriel
Published on 2010-05-31T22:05:27Z Indexed on 2010/06/03 0:44 UTC
Read the original article Hit count: 741

I'm using a Silverlight 4 WCF RIA Services demo application that uses LinqToSql, that works well.

  1. I add a new database table, move the new table to the LinqToSql designer and build the project

  2. 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

© Stack Overflow or respective owner

Related posts about linq-to-sql

Related posts about silverlight-4.0