开发者

Access WCF Project in Silverlight

I've ran trough many websites and tried soo many things that I've finally decided to try it creating a question of my own. This is the error that I get when I try to access my WCF project from my Silverlight 4 app.

Does anyone have any idea on how to fix this error?

PS. If anyone needs any more informati开发者_运维技巧on please let me know. Thanks in advance.

An error occurred while trying to make a request to URI 'http://localhost:8732/Design_Time_Addresses/WcfServiceLibrary1/Service1/'. 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. This error may also be caused by using internal types in the web service proxy without using the InternalsVisibleToAttribute attribute. Please see the inner exception for more details.


You should see this, since your issue is a pure Cross-Domain issue.

P.S: Cross-Domain file is an XML file indicating which domains can access the service and which can't. One more thing, you can put a clientaccesspolicy.xml file to filter on a deeper level.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜