Select to view content in your preferred language

Editing a template

2740
10
02-18-2011 02:16 AM
JerryBiedenbender
Emerging Contributor
Hello,

           I have been able to get one of the templates to properly execute but since I am newer to silverlight I am having troubles adding new tools from the samples. and trouble adding my map services from my server. Can someone point me to some reading material that could help me out or give me a few useful tips. I have been working with flex for quite a while but need to switch over to silverlight.

What am I suppose to do with the interactive SDK after I download it and unzip it?


Thanks,
Jerry
0 Kudos
10 Replies
JerryBiedenbender
Emerging Contributor
I read both of those links over and over again. It looks like i'm having the cross scheme problem but I cannot find the solution for anything. I tried to use the esri clientaccesspolicy and everything. I read the topic about creating two services with different outputs but below that it says its not necessary to do that anymore. My services is on (HTTP) and I'm pretty sure i'm trying to run my silverlight application on (HTTPS). To me it looks like my clientaccesspolicy should be allowing this interaction but im still getting blank maps. Am I overlooking something when reading this information.

<?xml version="1.0" encoding="utf-8" ?>
- <access-policy>
- <cross-domain-access>
- <policy>
- <allow-from http-request-headers="*">
  <domain uri="*" />
  <domain uri="http://*" />
  </allow-from>
- <grant-to>
  <resource path="/" include-subpaths="true" />
  </grant-to>
  </policy>
  </cross-domain-access>
  </access-policy>
0 Kudos