Hi,
I've got a Problem using the WpfMap with a BingMapsOverlay as map overlay. Most of the time it works like it should. But from time to time I get an unhandled Server error (500) from Bing which I can not catch as it is thrown somewhere in the ThinkGeo code.
The cause of the 500 is not the issue here, could be anything from Bing refusing the connection all of the sudden, internet died or whatever. What I need is a way to catch and handle this exception to provide the user with a meaningful error message.
I searched the Forums and only found this old thread touching the issue:
gis.thinkgeo.com/Support/Dis...fault.aspx
The suggested solution, check if the ApplicationId is valid before doing anything else, does not work for me as the error occurs suddenly after the application worked for some time and therefore already validated the key.
Can you please telll me how to get around this Problem?
Thanks in advance
Markus