I'm trying to bind a different maptip to each of my graphics that I have but sometimes i get this error when I mouse over the graphic in my map.
Value does not fall within the expected range.
at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
at MS.Internal.XcpImports.SetValue(IManagedPeerBase obj, DependencyProperty property, DependencyObject doh)
at System.Windows.DependencyObject.SetValue(DependencyProperty property, DependencyObject doh)
at System.Windows.Controls.Primitives.Popup.set_Child(UIElement value)
at ESRI.ArcGIS.Client.GraphicsLayer.element_MouseHover(Object sender, Graphic g, MouseEventArgs e)
at ESRI.ArcGIS.Client.Symbols.GraphicElement.hoverTimer_Tick(Object sender, EventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
This error occurs in about 5% of my graphics when I mouse over it. When I mouse over the same graphic after this error is thrown, the MapTip behaves normally, when I move to another maptip (broken or not) and come back to it, it throws this error again. Any thoughts?