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

error in selecting properties from radchart

1 Answer 91 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 11 Jun 2011, 03:04 AM
trrying to select options within default view of properties panel throws the following error:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Windows.Markup.XamlParseException: Specified cast is not valid. ---> System.InvalidCastException: Specified cast is not valid.
   at MS.Internal.Designer.PropertyEditing.Resources.ResourceUtilities.GetDouble(FrameworkElement element, String key, Double fallbackValue)
   at MS.Internal.Designer.PropertyEditing.Resources.ResourceUtilities.GetDesiredTypeIconSize(FrameworkElement queryRoot)
   at MS.Internal.Designer.PropertyEditing.Editors.SubPropertyEditor.RefreshQuickTypes()
   at MS.Internal.Designer.PropertyEditing.Editors.SubPropertyEditor.RefreshVisuals()
   at MS.Internal.Designer.PropertyEditing.Editors.SubPropertyEditor.OnPropertyEntryChanged(DependencyObject obj, DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at MS.Internal.Designer.PropertyEditing.Editors.SubPropertyEditor.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   at System.Windows.StyleHelper.ApplyTemplatedParentValue(DependencyObject container, FrameworkObject child, Int32 childIndex, FrugalStructList`1& childRecordFromChildIndex, DependencyProperty dp, FrameworkElementFactory templateRoot)
   at System.Windows.StyleHelper.InvalidatePropertiesOnTemplateNode(DependencyObject container, FrameworkObject child, Int32 childIndex, FrugalStructList`1& childRecordFromChildIndex, Boolean isDetach, FrameworkElementFactory templateRoot)
   at System.Windows.FrameworkTemplate.InvalidatePropertiesOnTemplate(DependencyObject container, Object currentObject)
   at System.Windows.FrameworkTemplate.HandleBeforeProperties(Object createdObject, DependencyObject& rootObject, DependencyObject container, FrameworkElement feContainer, INameScope nameScope)
   at System.Windows.FrameworkTemplate.<>c__DisplayClass6.<LoadOptimizedTemplateContent>b__3(Object sender, XamlObjectEventArgs args)
   at System.Xaml.XamlObjectWriter.OnBeforeProperties(Object value)
   at System.Xaml.XamlObjectWriter.Logic_CreateAndAssignToParentStart(ObjectWriterContext ctx)
   at System.Xaml.XamlObjectWriter.WriteStartMember(XamlMember property)
   at System.Xaml.XamlWriter.WriteNode(XamlReader reader)
   at System.Windows.FrameworkTemplate.LoadTemplateXaml(XamlReader templateReader, XamlObjectWriter currentWriter)
   --- End of inner exception stack trace ---
   at System.Windows.Markup.XamlReader.RewrapException(Exception e, Uri baseUri)
   at System.Windows.FrameworkTemplate.LoadTemplateXaml(XamlReader templateReader, XamlObjectWriter currentWriter)
   at System.Windows.FrameworkTemplate.LoadTemplateXaml(XamlObjectWriter objectWriter)
   at System.Windows.FrameworkTemplate.LoadOptimizedTemplateContent(DependencyObject container, IComponentConnector componentConnector, IStyleConnector styleConnector, List`1 affectedChildren, UncommonField`1 templatedNonFeChildrenField)
   at System.Windows.FrameworkTemplate.LoadContent(DependencyObject container, List`1 affectedChildren)
   at System.Windows.StyleHelper.ApplyTemplateContent(UncommonField`1 dataField, DependencyObject container, FrameworkElementFactory templateRoot, Int32 lastChildIndex, HybridDictionary childIndexFromChildID, FrameworkTemplate frameworkTemplate)
   at System.Windows.FrameworkTemplate.ApplyTemplateContent(UncommonField`1 templateDataField, FrameworkElement container)
   at System.Windows.FrameworkElement.ApplyTemplate()
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Controls.StackPanel.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.ContextLayoutManager.UpdateLayout()
   at System.Windows.UIElement.UpdateLayout()
   at System.Windows.Interop.HwndSource.SetLayoutSize()
   at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
   at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)
   at System.Windows.Forms.Integration.ElementHost.OnHandleCreated(EventArgs e)
   at System.Windows.Forms.Control.WmCreate(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Integration.ElementHost.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.225 (RTMGDR.030319-2200)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Microsoft.VisualStudio.Platform.AppDomainManager
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Platform.AppDomainManager/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Platform.AppDomainManager.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Data.SqlXml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.SqlXml/v4.0_4.0.0.0__b77a5c561934e089/System.Data.SqlXml.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.VisualStudio.Xaml
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.348
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Xaml/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Xaml.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Microsoft.VisualStudio.Shell.10.0
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Shell.10.0/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.10.0.dll
----------------------------------------
Microsoft.VisualStudio.OLE.Interop
    Assembly Version: 7.1.40304.0
    Win32 Version: 7.10.6070
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.OLE.Interop/7.1.40304.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.OLE.Interop.dll
----------------------------------------
WindowsBase
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
System.Xaml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Numerics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
System.Xml.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
PresentationFramework
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
PresentationCore
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
UIAutomationTypes
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
----------------------------------------
UIAutomationProvider
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
----------------------------------------
PresentationUI
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationUI/v4.0_4.0.0.0__31bf3856ad364e35/PresentationUI.dll
----------------------------------------
Microsoft.VisualStudio.Shell.Interop
    Assembly Version: 7.1.40304.0
    Win32 Version: 7.10.6071
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.Shell.Interop/7.1.40304.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Interop.dll
----------------------------------------
Microsoft.VisualStudio.TextManager.Interop
    Assembly Version: 7.1.40304.0
    Win32 Version: 7.10.6070
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.TextManager.Interop/7.1.40304.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.TextManager.Interop.dll
----------------------------------------
System.Design
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
System.Web
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.206 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
Microsoft.VisualStudio.Settings
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/Microsoft.VisualStudio.Settings/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Settings.dll
----------------------------------------
Microsoft.VisualStudio.Shell.Interop.9.0
    Assembly Version: 9.0.0.0
    Win32 Version: 9.0.30729.4450 built by: QFE
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.Shell.Interop.9.0/9.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Interop.9.0.dll
----------------------------------------
Microsoft.VisualStudio.Shell.Interop.8.0
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.1826 (QFE.050727-1800)
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.Shell.Interop.8.0/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Interop.8.0.dll
----------------------------------------
Microsoft.VisualStudio.Shell.Immutable.10.0
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Shell.Immutable.10.0/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Immutable.10.0.dll
----------------------------------------
Microsoft.Windows.Design.Host
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.348
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Windows.Design.Host/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Windows.Design.Host.dll
----------------------------------------
Microsoft.VisualStudio.Diagnostics.Measurement
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Program%20Files/Microsoft%20Visual%20Studio%2010.0/Common7/IDE/Microsoft.VisualStudio.Diagnostics.Measurement.DLL
----------------------------------------
Microsoft.Windows.Design.Platform
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.348
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Windows.Design.Platform/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Windows.Design.Platform.dll
----------------------------------------
Microsoft.Windows.Design.Extensibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.348
    CodeBase: file:///C:/Program%20Files/Microsoft%20Visual%20Studio%2010.0/Common7/IDE/PublicAssemblies/Microsoft.Windows.Design.Extensibility.DLL
----------------------------------------
Microsoft.Windows.Design.Markup
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.348
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Windows.Design.Markup/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Windows.Design.Markup.dll
----------------------------------------
Microsoft.Windows.Design.Interaction
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.348
    CodeBase: file:///C:/Program%20Files/Microsoft%20Visual%20Studio%2010.0/Common7/IDE/PublicAssemblies/Microsoft.Windows.Design.Interaction.DLL
----------------------------------------
Microsoft.VisualStudio.Package.LanguageService.10.0
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Package.LanguageService.10.0/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Package.LanguageService.10.0.dll
----------------------------------------
Microsoft.VisualStudio.TextManager.Interop.8.0
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.1826 (QFE.050727-1800)
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.TextManager.Interop.8.0/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.TextManager.Interop.8.0.dll
----------------------------------------
VSLangProj
    Assembly Version: 7.0.3300.0
    Win32 Version: 7.00.9466
    CodeBase: file:///C:/Windows/assembly/GAC/VSLangProj/7.0.3300.0__b03f5f7f11d50a3a/VSLangProj.dll
----------------------------------------
EnvDTE
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.1826 (QFE.050727-1800)
    CodeBase: file:///C:/Windows/assembly/GAC/EnvDTE/8.0.0.0__b03f5f7f11d50a3a/EnvDTE.dll
----------------------------------------
Microsoft.VisualStudio.Shell.Interop.10.0
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.Shell.Interop.10.0/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Interop.10.0.dll
----------------------------------------
EnvDTE90
    Assembly Version: 9.0.0.0
    Win32 Version: 9.0.30729.1 built by: SP
    CodeBase: file:///C:/Windows/assembly/GAC/EnvDTE90/9.0.0.0__b03f5f7f11d50a3a/EnvDTE90.dll
----------------------------------------
Microsoft.VisualStudio.Editor
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Editor/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Editor.dll
----------------------------------------
Microsoft.VisualStudio.Text.Data
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Text.Data/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Text.Data.dll
----------------------------------------
Microsoft.VisualStudio.CoreUtility
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.CoreUtility/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.CoreUtility.dll
----------------------------------------
System.ComponentModel.Composition
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll
----------------------------------------
Microsoft.VisualStudio.Text.UI
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Text.UI/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Text.UI.dll
----------------------------------------
Microsoft.VisualStudio.Text.Logic
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Text.Logic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Text.Logic.dll
----------------------------------------
Microsoft.VisualStudio.Shell.Design
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Shell.Design/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Design.dll
----------------------------------------
EnvDTE80
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.1826 (QFE.050727-1800)
    CodeBase: file:///C:/Windows/assembly/GAC/EnvDTE80/8.0.0.0__b03f5f7f11d50a3a/EnvDTE80.dll
----------------------------------------
WindowsFormsIntegration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
----------------------------------------
Microsoft.Windows.Design.Platform.WPF
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.348
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Windows.Design.Platform.WPF/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Windows.Design.Platform.WPF.dll
----------------------------------------
Microsoft.Expression.DesignModel
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.348
    CodeBase: file:///C:/Program%20Files/Microsoft%20Visual%20Studio%2010.0/Common7/IDE/PrivateAssemblies/Microsoft.Expression.DesignModel.DLL
----------------------------------------
Microsoft.Expression.Platform.WPF
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.348
    CodeBase: file:///C:/Program%20Files/Microsoft%20Visual%20Studio%2010.0/Common7/IDE/PrivateAssemblies/Microsoft.Expression.Platform.WPF.DLL
----------------------------------------
Microsoft.Windows.Design.Developer.WPF
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.348
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Windows.Design.Developer.WPF/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Windows.Design.Developer.WPF.dll
----------------------------------------
Microsoft.Windows.Design.Developer
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.348
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Windows.Design.Developer/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Windows.Design.Developer.dll
----------------------------------------
PresentationFramework.VisualStudio.Design
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.VisualStudio.Design/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.VisualStudio.Design.dll
----------------------------------------
PresentationFramework.Aero
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
----------------------------------------
XAMLPowerToys.VisualStudio.Design
    Assembly Version: 2.1.0.0
    Win32 Version: 2.1.0.0
    CodeBase: file:///C:/Program%20Files/Little%20Richie%20Software/XAML%20Power%20Toys%202010%20For%20Cider/XAMLPowerToys.VisualStudio.Design.dll
----------------------------------------
WAC Races WPF
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/bin/Debug/WAC%20Races%20WPF.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
Microsoft.Expression.Effects
    Assembly Version: 4.0.0.0
    Win32 Version: 2.0.20525.0
    CodeBase: file:///C:/Program%20Files/Microsoft%20SDKs/Expression/Blend/.NETFramework/v4.0/Libraries/Microsoft.Expression.Effects.dll
----------------------------------------
Microsoft.Expression.Interactions
    Assembly Version: 4.0.0.0
    Win32 Version: 2.0.20525.0
    CodeBase: file:///C:/Program%20Files/Microsoft%20SDKs/Expression/Blend/.NETFramework/v4.0/Libraries/Microsoft.Expression.Interactions.dll
----------------------------------------
System.Data.Entity
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Entity/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Entity.dll
----------------------------------------
Microsoft.Expression.Effects.Design
    Assembly Version: 4.0.0.0
    Win32 Version: 2.0.20525.0
    CodeBase: file:///C:/Program%20Files/Microsoft%20SDKs/Expression/Blend/.NETFramework/v4.0/Libraries/Design/Microsoft.Expression.Effects.Design.dll
----------------------------------------
Microsoft.Synchronization
    Assembly Version: 2.1.0.0
    Win32 Version: 2.1.1648.0
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.Synchronization/2.1.0.0__89845dcd8080cc91/Microsoft.Synchronization.dll
----------------------------------------
Microsoft.Synchronization.Data
    Assembly Version: 3.1.0.0
    Win32 Version: 3.1.1648.0
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.Synchronization.Data/3.1.0.0__89845dcd8080cc91/Microsoft.Synchronization.Data.dll
----------------------------------------
Microsoft.Synchronization.Data.SqlServer
    Assembly Version: 3.1.0.0
    Win32 Version: 3.1.1648.0
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.Synchronization.Data.SqlServer/3.1.0.0__89845dcd8080cc91/Microsoft.Synchronization.Data.SqlServer.dll
----------------------------------------
Microsoft.Synchronization.Data.SqlServerCe
    Assembly Version: 3.1.0.0
    Win32 Version: 3.1.1648.0
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.Synchronization.Data.SqlServerCe/3.1.0.0__89845dcd8080cc91/Microsoft.Synchronization.Data.SqlServerCe.dll
----------------------------------------
ReachFramework
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/ReachFramework/v4.0_4.0.0.0__31bf3856ad364e35/ReachFramework.dll
----------------------------------------
System.Data.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Linq.dll
----------------------------------------
System.Data.SqlServerCe
    Assembly Version: 3.5.1.50
    Win32 Version: 3.5.8080.0
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server%20Compact%20Edition/v3.5/Private/System.Data.SqlServerCe.dll
----------------------------------------
System.Runtime.Serialization
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.Security
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Security/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Security.dll
----------------------------------------
System.Windows.Interactivity
    Assembly Version: 4.0.0.0
    Win32 Version: 2.0.20525.0
    CodeBase: file:///C:/Program%20Files/Microsoft%20SDKs/Expression/Blend/.NETFramework/v4.0/Libraries/System.Windows.Interactivity.dll
----------------------------------------
Microsoft.CSharp
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll
----------------------------------------
Telerik.Reporting
    Assembly Version: 5.0.11.316
    Win32 Version: 5.0.11.316
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.Reporting/5.0.11.316__a9d7983dfcc261be/Telerik.Reporting.dll
----------------------------------------
Telerik.ReportViewer.Wpf
    Assembly Version: 5.0.11.316
    Win32 Version: 5.0.11.316
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.ReportViewer.Wpf/5.0.11.316__a9d7983dfcc261be/Telerik.ReportViewer.Wpf.dll
----------------------------------------
Telerik.Windows.Controls
    Assembly Version: 2011.1.411.40
    Win32 Version: 2011.1.0411.40
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/ExtDependencies/Telerik.Windows.Controls.dll
----------------------------------------
Telerik.Windows.Controls.Charting
    Assembly Version: 2011.1.411.40
    Win32 Version: 2011.1.0411.40
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/ExtDependencies/Telerik.Windows.Controls.Charting.dll
----------------------------------------
Telerik.Windows.Controls.Data
    Assembly Version: 2011.1.411.40
    Win32 Version: 2011.1.0411.40
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/ExtDependencies/Telerik.Windows.Controls.Data.dll
----------------------------------------
Telerik.Windows.Controls.DataVisualization
    Assembly Version: 2011.1.411.40
    Win32 Version: 2011.1.0411.40
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/ExtDependencies/Telerik.Windows.Controls.DataVisualization.dll
----------------------------------------
Telerik.Windows.Controls.Docking
    Assembly Version: 2011.1.411.40
    Win32 Version: 2011.1.0411.40
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/ExtDependencies/Telerik.Windows.Controls.Docking.dll
----------------------------------------
Telerik.Windows.Controls.GridView
    Assembly Version: 2011.1.411.40
    Win32 Version: 2011.1.0411.40
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/ExtDependencies/Telerik.Windows.Controls.GridView.dll
----------------------------------------
Telerik.Windows.Controls.Input
    Assembly Version: 2011.1.411.40
    Win32 Version: 2011.1.0411.40
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/ExtDependencies/Telerik.Windows.Controls.Input.dll
----------------------------------------
Telerik.Windows.Controls.Navigation
    Assembly Version: 2011.1.411.40
    Win32 Version: 2011.1.0411.40
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/ExtDependencies/Telerik.Windows.Controls.Navigation.dll
----------------------------------------
Telerik.Windows.Controls.RibbonBar
    Assembly Version: 2011.1.411.40
    Win32 Version: 2011.1.0411.40
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/ExtDependencies/Telerik.Windows.Controls.RibbonBar.dll
----------------------------------------
Telerik.Windows.Data
    Assembly Version: 2011.1.411.40
    Win32 Version: 2011.1.0411.40
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/ExtDependencies/Telerik.Windows.Data.dll
----------------------------------------
Telerik.Windows.Themes.Office_Black
    Assembly Version: 2011.1.411.40
    Win32 Version: 2011.1.0411.40
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/ExtDependencies/Telerik.Windows.Themes.Office_Black.dll
----------------------------------------
WacDetailsCache.Designer.cs
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/obj/x86/Debug/TempPE/WacDetailsCache.Designer.cs.dll
----------------------------------------
WacDetailsModel.Designer.cs
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/obj/x86/Debug/TempPE/WacDetailsModel.Designer.cs.dll
----------------------------------------
Properties.Resources.Designer.cs
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dll
----------------------------------------
Service References.WacDetailsServiceProductionProxy.Reference.cs
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/obj/x86/Debug/TempPE/Service%20References.WacDetailsServiceProductionProxy.Reference.cs.dll
----------------------------------------
System.ServiceModel
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
----------------------------------------
Service References.WacDetailsServiceProxy.Reference.cs
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/wac_wpf2/WAC%20Races%20WPF/obj/x86/Debug/TempPE/Service%20References.WacDetailsServiceProxy.Reference.cs.dll
----------------------------------------
System.Data.DataSetExtensions
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.DataSetExtensions/v4.0_4.0.0.0__b77a5c561934e089/System.Data.DataSetExtensions.dll
----------------------------------------
Microsoft.VisualStudio.VSHelp80
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.1826 (QFE.050727-1800)
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.VSHelp80/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.VSHelp80.dll
----------------------------------------
Blend_RuntimeGeneratedTypesAssembly7c627e0c-6935-4256-88f0-1254599c0ef7
    Assembly Version: 0.0.0.0
    Win32 Version: 4.0.30319.348
    CodeBase: file:///C:/Program%20Files/Microsoft%20Visual%20Studio%2010.0/Common7/IDE/PrivateAssemblies/Microsoft.Expression.DesignModel.dll
----------------------------------------
ISymWrapper
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/ISymWrapper/v4.0_4.0.0.0__b03f5f7f11d50a3a/ISymWrapper.dll
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
    Assembly Version: 0.0.0.0
    Win32 Version: 4.0.30319.225 (RTMGDR.030319-2200)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------
System.ComponentModel.DataAnnotations
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.DataAnnotations/v4.0_4.0.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 15 Jun 2011, 01:39 PM
Hello Michael,

Based on the information provided it is hard for us to determine what is the cause for such erroneous behavior. Also I don't get how this relates RadChart for WPF? Could you elaborate a bit more on the issue? A sample runnable project that reproduces it will be very helpful.

Regards,
Evgenia
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
Tags
Chart
Asked by
Michael
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or