Using a WCF Service Library from Silverlight
- by Ian Oakes
I've added a WCF Service Library to a Silverlight project. But when I try calling a method on the service I get a CommunicationException complaining about accessing a service in a cross-domain way.
I've tried adding both a crossdomain.xml and clientaccesspolicyfile.xml to the service library project, but it doesn't help.
Any idea what I'm doing wrong?