This is a migrated thread and some comments may be shown as answers.

Random COM Exception

3 Answers 59 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
lielael
Top achievements
Rank 1
lielael asked on 15 Nov 2013, 06:29 PM
Hello, 

I get this exception some times when i open panels in docking control that host a grid with dinamic cells. 

Is it solved in last version?

error HRESULT E_FAIL de una llamada a un componente COM.
   en MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   en MS.Internal.XcpImports.SetValue(IManagedPeerBase obj, DependencyProperty property, DependencyObject doh)
   en MS.Internal.XcpImports.SetValue(IManagedPeerBase doh, DependencyProperty property, Object obj)
   en System.Windows.DependencyObject.SetObjectValueToCore(DependencyProperty dp, Object value)
   en System.Windows.DependencyObject.SetEffectiveValue(DependencyProperty property, EffectiveValueEntry& newEntry, Object newValue)
   en System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
   en System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet, Boolean isBindingInStyleSetter)
   en System.Windows.Controls.Control.set_DefaultStyleKey(Object value)
   en System.Windows.Controls.ContentControl..ctor()
   en MS.Internal.CoreTypes.GetCoreWrapper(UInt32 typeId)
   en MS.Internal.ManagedPeerTable.EnsureManagedPeer(IntPtr unmanagedPointer, Int32 typeIndex, Type type, Boolean preserveManagedObjectReference)
   en MS.Internal.XcpImports.ConvertDO(IntPtr doPointer, Int32 typeIndex, Boolean releaseObjectReference)
   en MS.Internal.XcpImports.ConvertType(CValue outVal, Int32 typeIndex, Boolean releaseObjectReference, Boolean deleteBuffer, IManagedPeerBase fromObject)
   en MS.Internal.XcpImports.ConvertCValueForManagedWithType(Type propertyType, CValue& outVal, Int32 outDOType, Boolean releaseObjectReference, Boolean deleteBuffer, IManagedPeerBase fromObject)
   en MS.Internal.XcpImports.GetValue(IManagedPeerBase managedPeer, DependencyProperty property)
   en System.Windows.DependencyObject.GetValueInternal(DependencyProperty dp)
   en System.Windows.FrameworkElement.GetValueInternal(DependencyProperty dp)
   en System.Windows.FrameworkElement.get_Parent()
   en Telerik.Windows.RadRoutedEventHelper.FindParent(FrameworkElement item)
   en Telerik.Windows.RadRoutedEventHelper.BuildRoute(DependencyObject element, EventRoute route, RadRoutedEventArgs args)
   en Telerik.Windows.RadRoutedEventHelper.RaiseEvent(DependencyObject element, RadRoutedEventArgs args)
   en Telerik.Windows.DependencyObjectExtensions.RaiseEvent(DependencyObject element, RadRoutedEventArgs e)
   en Telerik.Windows.Controls.RoutedCommand.CanExecuteImpl(Object parameter, UIElement target, Boolean& continueRouting)
   en Telerik.Windows.Controls.RoutedCommand.CanExecuteInternal(Object parameter, UIElement target, Boolean& continueRouting)
   en Telerik.Windows.Controls.RoutedCommand.CanExecute(Object parameter, UIElement target)
   en Telerik.Windows.Controls.RadRadioButton.CanExecuteApply()
   en Telerik.Windows.Controls.RadRadioButton.CanExecuteChanged(Object sender, EventArgs e)
   en Telerik.Windows.Controls.WeakEventHandlerManager.CallHandler(Object sender, EventHandler eventHandler)
   en Telerik.Windows.Controls.WeakEventHandlerManager.CallWeakReferenceHandlers(Object sender, List`1 handlers)
   en Telerik.Windows.Controls.CommandManager.RaiseRequerySuggested(Object obj)
   en Telerik.Windows.Controls.CommandManager.<RaiseRequerySuggested>b__5()



3 Answers, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 20 Nov 2013, 01:00 PM
Hi lielael,

We are not aware of the issue and unfortunately we were not able to reproduce it in a simple project.
Therefore it would be great if you can send us a project where it can be reproduced so we can debug the exception and get to the bottom of it.
Also it would be helpful if you can tell us what version of the controls you are using so we can try to reproduce the issue with that specific version?

Regards,
Georgi
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
lielael
Top achievements
Rank 1
answered on 21 Nov 2013, 07:56 PM
Hi Georgi, 

The version of the assembly is 2013.1.220.1050.

I supose that the problem can be produced by the RadDataPager control , because its the only one that contains RadRadioButton in the dynamic grid cells and panel. 

I can try to create a sample project but as i said, the exception its random.

Regards, 

David
0
Georgi
Telerik team
answered on 25 Nov 2013, 04:05 PM
Hi lielael,

As there might be something specific to your scenario and as the issue happens only sometime it would be really hard for us to reproduce it without a project.
Once we have the project and some guidelines on how to reproduce it we can record some tests and try to reproduce it this way, hopefully it will eliminates the random effect of the issue.

So I am looking forward to your project as it will be of great help. 

Regards,
Georgi
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
General Discussions
Asked by
lielael
Top achievements
Rank 1
Answers by
Georgi
Telerik team
lielael
Top achievements
Rank 1
Share this question
or