views:

4

answers:

0

I am using Silverlight 4 and RIA services. I have a class called Request and it contains properties some of which are objects. The objects of the main class are not being created in the metadata class on the Silverlight client. I have already included the [Include] attribute over the objects on the server side. What am I doing wrong? It seems the [Include] attribute is being ignored. Thanks for your help in advance.