Cross domain issue debugging VS project

Discussion in 'Visual Studio' started by wrath, Mar 12, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I added clientaccesspolicy.xml and crossdomain.xml yet I dont seem to be able to debug my silverlight app running against WCF web service.

    I get this

    An error occurred while trying to make a request to URI 'http://www.wickedfrenzy.com/wwdev/Service1.svc'. This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place, or a policy that is unsuitable for SOAP services. You may need to contact the owner of the service to publish a cross-domain policy file and to ensure it allows SOAP-related HTTP headers to be sent. Please see the inner exception for more details.

    If I run app with out debugging I dont get this error.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page