Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Actually I am using silverlight application and consuming webservice using wcf.

Facing cross domain issue in the silverlight application
Error:
System.Servicemodel.CommunicationException:[CrossDomain]
I googled a lot regarding the issue, i did the way they mentioned but nothing works for me.

I tried adding Crossdomain.xml in root directory, even added clientaccesspolicy.xml in root directory.

But nothing works for me.
Is there any other way that i can work on to get resolved this issue?

So please help me ASAP.
Thanks in advance.
Posted
Comments
Sandeep Mewara 11-Sep-12 9:54am    
.I googled a lot regarding the issue, i did the way they mentioned but nothing works for me
Difficult!

 
Share this answer
 
Changed my service link to my local server path,

i mean, mapped the server path to my service which retrieves the service into my application as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900