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

Expression Blend Crash

3 Answers 108 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 16 Sep 2009, 01:16 PM
Hi Guys

I am using expression Blend 2 version 2.0.1523.0 with the Q2 2009 WPF Chart and after creating "edit control Part" the content is created in the XAML file but blend crashes with the following error

exception: type reference cannot find public type names 'Marker'.

Is this version of blend compatable with Telerik?

3 Answers, 1 is accepted

Sort by
0
Dwight
Telerik team
answered on 22 Sep 2009, 06:53 AM
Hi Andy,

I could not reproduce the issue. Can you, please, provide more information on how to reproduce the issue?


All the best,
Evtim
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Andy
Top achievements
Rank 1
answered on 23 Sep 2009, 09:17 AM
Ok Guys

This is a problem with the gauge not the chart, i posted it to the wrong forum

This is the sample code.

<

 

Page

 

 

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

 

 

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

 

 

xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

 

 

xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

 

 

xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

 

 

Width="640" Height="400">

 

 

 

<Page.Resources>

 

 

 

<ResourceDictionary>

 

 

 

<ResourceDictionary.MergedDictionaries>

 

 

 

<ResourceDictionary Source="/Telerik.Windows.Controls.Gauge;component/Themes/generic.xaml" />

 

 

 

</ResourceDictionary.MergedDictionaries>

 

 

 

</ResourceDictionary>

 

 

 

</Page.Resources>

 

 

 

<Grid>

 

 

 

<telerik:RadGauge Name="radGauge">

 

 

 

<Grid Name="sampleGrid" Width="340" Height="200">

 

 

 

<telerik:RadialGauge Name="radialGauge"

 

 

Style="{StaticResource Office_BlackRadialGaugeHalfCircleNStyle}">

 

 

 

<telerik:RadialScale Name="radialScale"

 

 

Style="{StaticResource Office_BlackRadialScaleHalfCircleNStyle}">

 

 

 

<telerik:RadialScale.Label>

 

 

 

<telerik:LabelProperties Location="Outside"

 

 

FontFamily="Arial"

 

 

FontSize="10"

 

 

Foreground="Blue"

 

 

Format="{}{0:F1}" />

 

 

 

</telerik:RadialScale.Label>

 

 

 

<telerik:IndicatorList>

 

 

 

<telerik:Needle Name="needle"

 

 

IsAnimated="True"/>

 

 

 

</telerik:IndicatorList>

 

 

 

</telerik:RadialScale>

 

 

 

</telerik:RadialGauge>

 

 

 

</Grid>

 

 

 

</telerik:RadGauge>

 

 

 

</Grid>

 

 

 

</Page>

 



This will render correct in the Visual studio desgin but will crash microsoft expression blend, with error
An error occurred while finding the resource dictionary "/Telerik.windows.Control"

Note i am using the trial version of Telerik

0
Andrey
Telerik team
answered on 25 Sep 2009, 11:58 AM
Hi Andy,

This is a flaw in Blend 2 design-time support. Your XAML can be opened without any problems using Blend 3 or Visual Studio 2008.

All the best,
Andrey Murzov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Chart
Asked by
Andy
Top achievements
Rank 1
Answers by
Dwight
Telerik team
Andy
Top achievements
Rank 1
Andrey
Telerik team
Share this question
or