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

attempting to access a service in a cross-domain way

2011-10-29 Thread Greg Keogh
Folks, I've just created a hello world WCF web service with basicHttpBinding which I know is working correctly from URL http://localhost/PhotoService/Service1.svc. I created a simple Silverlight 4 app with a single button to call the service to sanity check it's working. It dies with this:

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