Skip to main content
Home Forums General Silverlight Hosting and Streaming Silverlight datagrid appears blank in webserver
2 replies. Latest Post by Rui-Marinho on May 7, 2008.
(0)
Rui-Marinho
Member
146 points
89 Posts
05-06-2008 11:32 AM |
Hi there again, i m having a problem with the datagrid of my app..
i have a webservice running at sub domain like iffiretv.ifthensoftware.com and i want my application that is in the same domain to get some info from webservice and display in grid in silverlight...
i put the service working on the subdomain, and when i m developing in VS the app, i use that webservice on internet and it works fine, but when i put my silverligh app also in the sub domain, it works, but it dosen't call the webservice.. since the webservice and silverlight app are in the same domain i think it should work, also i put a crossdomain.xml and a cllieantaceesspolicy.xml ...
when debbugin with nikhilds web development tool, i can see that in VS the webservice in iffiretv.ifthensoftware its call and the app works, but when i call the app that is also in iffiretv.ifthensoftware.com it dosen't call the service, and so it dosen't populate the grid.. here is the link
http://iffiretv.ifthensoftware.com/iffire_TVTestPage.aspx
http://iffiretv.ifthensoftware.com/DataService.asmx
my question, can it be the subdomain thing? should cllientpolicy and cross domain be in the main domain like ifthensoftware.com ?
thanks in advance
Rui
thierry....
Contributor
2054 points
280 Posts
05-07-2008 6:21 AM |
It's working fine on my computer. I have a grid populated.
05-07-2008 7:21 AM |
i already fixed it.. thanks!