Hi allWe are having issues being able to view the map when loading the map tool. It shows the location of the pins but in the middle of the sea no actual map. This used to work successfully until recently.The version we are using which used to work successfully is InfragisticsSL5.Controls.Maps.XamMap.v12.1 control
Has anyone else experienced this?
Kind regards
Matthew Walker
Hello Matthew,
We have Map samples on our website for quite some time. Note, version 16.1 was our last volume release for our Silverlight controls and no longer maintained. If you can provide us with a sample that isolates and reproduces the behavior you've described I'll take a look for you.
Hi Michael
Thank you below is an example of what we are seeing:
I am aware about the Silverlight version but wondered if there was anything we can implement or do as a temporary fix for this?
Thank you
Thank you!
The site we use only uses HTTP.
Also regarding a sample do you mean source code?
Yes, I need a sample that both isolates and reproduces the issues you are having.
I am on holiday till mid week so I will post it as soon as i am back!
Again thank you very much for your help with this!
Matthew
I have been also looking at this problem, and there seems to be an issuewith the cross domain policy files.
api.geonames.org/clientaccesspolicy.xml HTTP GET 404 text/html 220 B 98.15 ms
Could this missing file 'clientaccesspolicy.xml' be the route cause of our problems?
Hello Rich, I don't see how this matters, if you are using Open Street, no license is required. A complete list of supported maps and walk-through's can be found on our website.
Alos, Russell it appears you are having issues with Bing Maps? I couldn't get your sample to compile yet. Its having issues with finding the namespace for DataContract/DataMember etc.
Michael DiFilippoSoftware DeveloperInfragistics, Inc.
Hello Russell,
I think Silverlight 5 or VS may have changed the way the browser handles permissions.https://docs.microsoft.com/en-us/previous-versions/windows/silverlight/dotnet-windows-silverlight/gg192793(v=vs.95)https://stackoverflow.com/questions/8570470/in-browser-trusted-application-silverlight-5 In addition, the option I mentioned in VS shouldn't affect the client, so perhaps, have the end user clear the browser's cache.
This works fine for me locally, but it looks like it's a local setting. It doesn't do anything for clients using the application over the Internet.
I have a clientaccesspolicy on my wwwroot so I don't get any errors related to that.
https://stackoverflow.com/questions/3215020/where-put-clientaccesspolicy-xml-and-crossdomain-xml-404-not-found-error
Thanks for this Michael, but it has not worked for me unfortunately.
The only error I can see if the missing clientaccesspolicy.xml in the Network trace in the browser, could this be the cause of my issue?
Any further help you could give me would be really appreciated!
Cheers
Rich
Hello,
It appears to be a security issue with Silverlight which explains why my colleagues weren't able to reproduce this. I was able to work around this by making sure the Web project is set as the startup project and in the non web project I enabled "Require elevated trust when running in-browser". See if this helps.