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

Error with new Q1 2011 update 411

2 Answers 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hans
Top achievements
Rank 1
Hans asked on 19 Apr 2011, 08:06 AM
I updated the telerik control's because I had an error with editing treeview nodes.
Now this hotfix fixed that issue but I now get an different error that I can not resolve.
It has nothing to do with the treeview because this error ocures on a different part of our application.

I tried debugging but he does not show me the location where it goes wrong.

This is what I get:

Value does not fall within the expected range.

   bij MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   bij MS.Internal.XcpImports.SetValue(IManagedPeerBase obj, DependencyProperty property, DependencyObject doh)
   bij MS.Internal.XcpImports.SetValue(IManagedPeerBase doh, DependencyProperty property, Object obj)
   bij System.Windows.DependencyObject.SetObjectValueToCore(DependencyProperty dp, Object value)
   bij System.Windows.DependencyObject.SetEffectiveValue(DependencyProperty property, EffectiveValueEntry& newEntry, Object newValue)
   bij System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
   bij System.Windows.DependencyObject.RefreshExpression(DependencyProperty dp)
   bij System.Windows.Data.BindingExpression.SendDataToTarget()
   bij System.Windows.Data.BindingExpression.SourceAcquired()
   bij System.Windows.Data.BindingExpression.System.Windows.IDataContextChangedListener.OnDataContextChanged(Object sender, DataContextChangedEventArgs e)
   bij System.Windows.Data.BindingExpression.DataContextChanged(Object sender, DataContextChangedEventArgs e)
   bij System.Windows.DataContextChangedEventHandler.Invoke(Object sender, DataContextChangedEventArgs e)
   bij System.Windows.FrameworkElement.OnDataContextChanged(DataContextChangedEventArgs e)
   bij System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)
   bij System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)
   bij System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)
   bij System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)
   bij System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)
   bij System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)
   bij System.Windows.FrameworkElement.OnPropertyChanged(DependencyProperty dp)
   bij System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
   bij System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
   bij System.Windows.DependencyObject.RefreshExpression(DependencyProperty dp)
   bij System.Windows.Data.BindingExpression.SendDataToTarget()
   bij System.Windows.Data.BindingExpression.SourceAcquired()
   bij System.Windows.Data.BindingExpression.System.Windows.IDataContextChangedListener.OnDataContextChanged(Object sender, DataContextChangedEventArgs e)
   bij System.Windows.Data.BindingExpression.DataContextChanged(Object sender, DataContextChangedEventArgs e)
   bij System.Windows.FrameworkElement.OnDataContextChanged(DataContextChangedEventArgs e)
   bij System.Windows.FrameworkElement.OnTreeParentUpdated(DependencyObject newParent, Boolean bIsNewParentAlive)
   bij System.Windows.DependencyObject.UpdateTreeParent(IManagedPeer oldParent, IManagedPeer newParent, Boolean bIsNewParentAlive, Boolean keepReferenceToParent)
   bij MS.Internal.FrameworkCallbacks.ManagedPeerTreeUpdate(IntPtr oldParentElement, IntPtr parentElement, IntPtr childElement, Byte bIsParentAlive, Byte bKeepReferenceToParent, Byte bCanCreateParent)


Does this say anything to you?

2 Answers, 1 is accepted

Sort by
0
Yordanka
Telerik team
answered on 19 Apr 2011, 08:25 AM
Hello Hans,

Could you give us more details when this exception occurs and steps how we can reproduce it? If it is possible, you can send us a small project (via support ticket) to demonstrate the crash.

 
All the best,
Yordanka
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Boris
Top achievements
Rank 1
answered on 20 Apr 2011, 12:46 PM
Allmost same fatal crash accures in my app after installing latest Hotfix. There is definitly something wrong with latest hotfix.
SCRIPT5022: Unhandled Error in Silverlight Application 
Code: 4004    
Category: ManagedRuntimeError       
Message: System.ArgumentException: Value does not fall within the expected range.
   v MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   v MS.Internal.XcpImports.SetValue(IManagedPeerBase obj, DependencyProperty property, DependencyObject doh)
   v MS.Internal.XcpImports.SetValue(IManagedPeerBase doh, DependencyProperty property, Object obj)
   v System.Windows.DependencyObject.SetObjectValueToCore(DependencyProperty dp, Object value)
   v System.Windows.DependencyObject.SetEffectiveValue(DependencyProperty property, EffectiveValueEntry& newEntry, Object newValue)
   v System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
   v System.Windows.DependencyObject.RefreshExpression(DependencyProperty dp)
   v System.Windows.Data.BindingExpression.SendDataToTarget()
   v System.Windows.Data.BindingExpression.SourceAcquired()
   v System.Windows.Data.BindingExpression.System.Windows.IDataContextChangedListener.OnDataContextChanged(Object sender, DataContextChangedEventArgs e)
   v System.Windows.Data.BindingExpression.DataContextChanged(Object sender, DataContextChangedEventArgs e)
   v System.Windows.FrameworkElement.OnDataContextChanged(DataContextChangedEventArgs e)
   v System.Windows.FrameworkElement.OnTreeParentUpdated(DependencyObject newParent, Boolean bIsNewParentAlive)
   v System.Windows.DependencyObject.UpdateTreeParent(IManagedPeer oldParent, IManagedPeer newParent, Boolean bIsNewParentAlive, Boolean keepReferenceToParent)
   v MS.Internal.FrameworkCallbacks.ManagedPeerTreeUpdate(IntPtr oldParentElement, IntPtr parentElement, IntPtr childElement, Byte bIsParentAlive, Byte bKeepReferenceToParent, Byte bCanCreateParent)

Regards, Boris Makovecki
Tags
General Discussions
Asked by
Hans
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Boris
Top achievements
Rank 1
Share this question
or