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

Slider IsSelectionRangeEnabled="True" crashes VS 2010

5 Answers 64 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Adrian Wilford
Top achievements
Rank 1
Adrian Wilford asked on 31 May 2010, 08:43 AM
Hi,
I am using the RadControls for Silverlight  Q1 2010 SP1 (version 2010.1.0422).
When I use  IsSelectionRangeEnabled="True", VS 2010 crashes is I try to open the XAML, although VS 2010 correctly renders the XAML before I close the XAML file.

Has anyone else experienced this?

Thanks,
Adrian 

5 Answers, 1 is accepted

Sort by
0
Vladislav
Telerik team
answered on 01 Jun 2010, 02:23 PM
Hi Adrian Wilford,

Thank you for this report.
We are not aware of such problem, but can you elaborate a little more on it?

I tried the following code
<StackPanel>
     <telerik:RadSlider Margin="50" IsSelectionRangeEnabled="True" />
</StackPanel>
and it works as expected with the mentioned version of our controls.
Can you share with us your definition of the RadSlider control, which causes the described issue?

Greetings,
Vladislav
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
Adrian Wilford
Top achievements
Rank 1
answered on 01 Jun 2010, 03:37 PM
Hi,
If I open MainPage.xaml, VS 2010 crashes per the attached screenshot (slider_vs2010_crash.jpg).

MainPage.xaml:
<UserControl xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"  x:Class="SliderTest.MainPage" 
    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"   
    mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480">  
  <Grid x:Name="LayoutRoot">  
        <telerik:RadSlider Minimum="2000" Maximum="2020" IsSelectionRangeEnabled="True"  /> 
  </Grid> 
</UserControl> 



Problem details:

Problem signature:

Problem Event Name: APPCRASH

Application Name: devenv.exe

Application Version: 10.0.30319.1

Application Timestamp: 4ba1fab3

Fault Module Name: clr.dll

Fault Module Version: 4.0.30319.1

Fault Module Timestamp: 4ba1d9ef

Exception Code: c00000fd

Exception Offset: 00001839

OS Version: 6.1.7600.2.0.0.256.4

Locale ID: 7177

Additional information about the problem:

LCID: 1033

Read our privacy statement online:

http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

 

 

If the online privacy statement is not available, please read our privacy statement offline:

 

C:\Windows\system32\en-US\erofflps.txt

 

 

 

0
Vladislav
Telerik team
answered on 04 Jun 2010, 11:19 AM
Hi Adrian Wilford,

Thank you for the code snippet. It clearly shows the problem.
We logged this bug and will do our best to fix it for our Beta release which should be available next week.

Your Telerik points are updated.

Regards,
Vladislav
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
Adrian Wilford
Top achievements
Rank 1
answered on 14 Jun 2010, 11:50 AM
Hi,
Please let me know which release version fixes this problem, because I have just downloaded ver: 4_2010_1_0603_TRIAL,
and it still causes VS2010 to crash.

Thanks,
Adrian 
0
Kiril Stanoev
Telerik team
answered on 16 Jun 2010, 10:46 AM
Hi Adrian,

The fix did not make it in the 0603 version. However, if you download Q2 2010 Beta (0609) everything should work properly.



Give it a try and let me know if you experience the same issue again.

Kind regards,
Kiril Stanoev
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
Slider
Asked by
Adrian Wilford
Top achievements
Rank 1
Answers by
Vladislav
Telerik team
Adrian Wilford
Top achievements
Rank 1
Kiril Stanoev
Telerik team
Share this question
or