Hi,
We seem to get repeatable errors when zooming in and out of the map rapidly. We use an ArcGISTiledMapService layer as our background but when the opacity is changed from the default we seem to get unrecoverable errors on the WPF render thread (partial stack trace below). Also, with opacity set to 1.0 we get similar issues if the user rapidly clicks through the buttons in the navigation widget (reset north and zoom to full extent). I notice that in the online SDK, the map can become unresponsive when doing this also. Are people aware of this and if so are there any steps we can take to alleviate or prevent this?
System.InvalidOperationException was unhandled
Message="An unspecified error occurred on the render thread."
Source="PresentationCore"
StackTrace:
at System.Windows.Media.MediaContext.NotifyPartitionIsZombie(Int32 failureCode)
at System.Windows.Media.MediaContext.NotifyChannelMessage()
at System.Windows.Interop.HwndTarget.HandleMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)