I started recieving the error listed below whenever I change the selection of the combobox.
Any Idea of what might cause that error ?
Thank you
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; .NET4.0E)
Timestamp: Wed, 18 Aug 2010 20:13:40 UTC
Message: Unhandled Error in Silverlight Application
Code: 4004
Category: ManagedRuntimeError
Message: System.InvalidCastException: Unable to cast object of type 'Telerik.Windows.Controls.RadComboBoxAutomationPeer' to type 'System.Windows.Automation.Peers.SelectorAutomationPeer'.
at Telerik.Windows.Controls.ListBoxItem.OnCreateAutomationPeer()
at System.Windows.Automation.Peers.FrameworkElementAutomationPeer.CreatePeerForElement(UIElement element)
at System.Windows.Automation.Peers.ItemsControlAutomationPeer.CreatePeerForIndex(Object item, Int32 index)
at System.Windows.Automation.Peers.ItemsControlAutomationPeer.GetChildrenCore()
at Telerik.Windows.Controls.Automation.Peers.SelectorAutomationPeer.GetChildrenCore()
at Telerik.Windows.Controls.RadComboBoxAutomationPeer.GetChildrenCore()
at System.Windows.Automation.Peers.AutomationPeer.GetChildren()
at Telerik.Windows.Controls.Automation.Peers.SelectorAutomationPeer.RaiseSelectionEvents(SelectionChangedEventArgs e)
at Telerik.Windows.Controls.RadComboBox.OnSelectionChanged(SelectionChangedEventArgs e)
at Telerik.Windows.Controls.RadComboBox.SelectItemDelayedSelectionChanged(Object item)
at Telerik.Windows.Controls.RadComboBox.NotifyComboBoxItemMouseUp(RadComboBoxItem comboBoxItem)
at Telerik.Windows.Controls.RadComboBoxItem.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)
Line: 54
Char: 13
Code: 0