Hy everyone.
I want to load a Xap file located on a server from a Silverlight application running in a local winforms browser application. The html site for the browser control is located on the client machine.
The problem is I can't download the foreign xap file, I always get a security exception. On the server there is a clientaccesspolicy allowing all accesses from any domain to the path where the xap is located.
Any ideas why this isn't working?
Thank you very much.