Select to view content in your preferred language

Cannot get my map services to appear in a silverlight application

1808
5
05-31-2011 09:34 AM
JerryBiedenbender
Emerging Contributor
I have added the clientaccesspolicy and it will still not work. any advice?
0 Kudos
5 Replies
JenniferNery
Esri Regular Contributor
0 Kudos
JerryBiedenbender
Emerging Contributor
I have checked this out.

  I am getting result 404 on the URL (/favicon.ico)

I cant get past this.

Jerry
0 Kudos
DominiqueBroux
Esri Frequent Contributor
The lack of favicon.ico can't explain your issue since this file is optional.

Additionnaly to this request to  favicon.ico, you should see requests to your xap file, to clientaccesspolicy.xml and then to your map services.
Do you see some of these requests?
0 Kudos
JerryBiedenbender
Emerging Contributor
See attached for a Fiddler screen shot. I see where it is trying to access my Clientaccesspolicy and crossdomain file. I do not see anywhere where its trying to reach my map service.

Thanks,
Jerry
0 Kudos
RichardWatson
Deactivated User
Any errors in the browser console?

Perhaps the way that you configured the layers is wrong.  Make sure that you hook the failure events and log them.
0 Kudos