This question is locked. New answers and comments are not allowed.
Hi,
We are using Gauge control in many places,
Recently i added latest version of dll's silverlight version 2011.3.1220.1040
Now if i try to build i am getting errors in every places stating
Ex : Type 'Telerik:RadGauge' was not found
Ex : The attachable propert 'MajorTick' was not found in 'LinearScale'
Below is the code to one of my page
And below is the Namesapces used in the above screen
Please look into this, as my previous posts have been ignored.
We are using Gauge control in many places,
Recently i added latest version of dll's silverlight version 2011.3.1220.1040
Now if i try to build i am getting errors in every places stating
Ex : Type 'Telerik:RadGauge' was not found
Ex : The attachable propert 'MajorTick' was not found in 'LinearScale'
Below is the code to one of my page
<
telerik:RadGauge
x:Name
=
"monthToDate"
Margin
=
"15,0,15,10"
>
<
telerik:LinearGauge
>
<
telerik:LinearScale
x:Name
=
"linearScale"
Left
=
"0.5"
Top
=
"0.1"
RelativeHeight
=
"0.81"
>
<
telerik:LinearScale.MajorTick
>
<
telerik:MajorTickProperties
Location
=
"OverCenter"
/>
</
telerik:LinearScale.MajorTick
>
<
telerik:LinearScale.MiddleTick
>
<
telerik:MiddleTickProperties
Location
=
"OverCenter"
Length
=
"0.07"
/>
</
telerik:LinearScale.MiddleTick
>
<
telerik:LinearScale.MinorTick
>
<
telerik:MinorTickProperties
Location
=
"OverCenter"
Length
=
"0.055"
/>
</
telerik:LinearScale.MinorTick
>
<
telerik:LinearScale.Label
>
<
telerik:LabelProperties
FontSize
=
"9"
Offset
=
"0.02"
Location
=
"Outside"
/>
</
telerik:LinearScale.Label
>
<
telerik:RangeList
>
<
telerik:LinearRange
x:Name
=
"linearRangeGreen"
StartWidth
=
"0.04"
EndWidth
=
"0.04"
Location
=
"OverCenter"
Background
=
"{StaticResource green}"
BorderBrush
=
"#7FFFFFFF"
/>
<
telerik:LinearRange
x:Name
=
"linearRangeYellow"
StartWidth
=
"0.04"
EndWidth
=
"0.04"
Location
=
"OverCenter"
Background
=
"{StaticResource yellow}"
BorderBrush
=
"#7FFFFFFF"
/>
<
telerik:LinearRange
x:Name
=
"linearRangeRed"
StartWidth
=
"0.04"
EndWidth
=
"0.04"
Location
=
"OverCenter"
Background
=
"{StaticResource red}"
BorderBrush
=
"#7FFFFFFF"
/>
</
telerik:RangeList
>
<
telerik:IndicatorList
>
<
telerik:Marker
x:Name
=
"markerMTD"
Style
=
"{StaticResource LinearMarkerStyle}"
RelativeHeight
=
"0.04"
RelativeWidth
=
"0.08"
IsAnimated
=
"True"
/>
</
telerik:IndicatorList
>
</
telerik:LinearScale
>
</
telerik:LinearGauge
>
</
telerik:RadGauge
>
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="400"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"