If you have
interface IServiceA { string GetString(); }
Is there a way to share this interface beween the WCF web service project and a silverlight project.
The problem, both use different versions of System.ServiceModel
I DON'T want to generate and use proxies.