Hello,
I'm using a domain service to transfer data to my application. I have a ListBox inside the app that I am trying to bind the retrieved data to. This seems to work fine, in so far as the data shows up bound properly in IE, but not in FF (the javascript error halts the programs progress). The javascript error I recieve is:
Message: Sys.InvalidOperationException: ImageError error #4001 in control 'ctl00_cphBody_SilverlightMapConnector2': AG_E_NETWORK_ERROR
Line: 437
Char: 17
Code: 0
URI: localhost:52878/ScriptResource.axd?d=BlFGGrN6_ImSevSIk-uQ3u0e-U8-fGC1ja2kNCVMnUiTkYZ010LfQlbcGAWudUcY0&t=ffffffffc3098c52
The map portion of the app seems to function fine in both IE and FF, but I would really like to get rid of this error. I do not receive the error when I remove the line that loads the data, and if the app is run in a standard Silverlight container, the binding occurs without flaw. Has there been any experience with this before?
Thanks very much!
-Dustin