I have a Silverlight app that I am trying to segment into modules. The issue I am having is that I am trying to link each module project to its corresponding WCF RIA Class server services. I tried to edit the .csproj in notepad but I can't
find the <LinkedServerProject> tag. I tried to input a custom tag but it does not link in the project properties. I am using VS2010 Pro.
Am I doing something wrong or is there a workaround to that?
Thank you.