Re: attempting to access a service in a cross-domain way

2011-10-30 Thread Mikala Gardineros
If the service is hosted on a different web site to that which is hosting your silverlight app, you most definitely will need a clientaccesspolicy.xml on the site hosting the service (or even the flash equivelant crossdomain.xml works if that is your preference.) One easy way to check is to

Re: attempting to access a service in a cross-domain way

2011-10-29 Thread Jordan Knight
Is your sl app in a web project? If not it prolly won't work. Run it in oob mode might help... Cheers, Jordan. On 30/10/2011, at 11:55 AM, Greg Keogh g...@mira.net wrote: Folks, I’ve just created a hello world WCF web service with basicHttpBinding which I know is working correctly from