This question is locked. New answers and comments are not allowed.
I'm getting a XamlParseException error when trying to run my project. Actually, sometimes the project will run and other times it won't. When I get the error it stops at InititalizeComponent() in the main page with the following error:
I've searched the forums, google, etc. and cannot determine why I'm getting the error and/or why it is intermittent. Have you encountered this problem before? It seems to have something to do with the RadTabItem control. Please help!
Thank you in advance,
Bryan Johnson
System.NullReferenceException: Object reference not set to an instance of an object.
at Telerik.Windows.Controls.RadTabItem.OnLeftTemplateChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
at Telerik.Windows.PropertyMetadata.<>c__DisplayClass1.<
Create
>b__0(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
at System.Windows.DependencyObject.InvalidateProperty(DependencyProperty property)
at MS.Internal.FrameworkCallbacks.InvalidateProperty(IntPtr nativeTarget, UInt32 propertyId) [Line: 0 Position: 0]
I've searched the forums, google, etc. and cannot determine why I'm getting the error and/or why it is intermittent. Have you encountered this problem before? It seems to have something to do with the RadTabItem control. Please help!
Thank you in advance,
Bryan Johnson