Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
980
URGENT: Blend is crashing on pages with specific IG namespace
posted

Hi all,

 

I am experiencing Blend Preview 5 issues;

Namely, unexpected exception is randomly thrown on pages containing this namespace:

xmlns:ig="http://schemas.infragistics.com/xaml"

 

 

I use <ig:XamPieChart>

<ig:XamPieChart x:Name="pie1Chart"
                                            Legend="{Binding ElementName=legendPie1}"
                                            ItemsSource="{Binding Data}"
                                            LabelMemberPath="Label"
                                            ValueMemberPath="Value"
                                            ToolTip="{}{Label}"                   
                                            AllowSliceExplosion="True"
                                            ExplodedSlices="1 2 3 4"
                                            LeaderLineVisibility="Visible" Margin="0" Height="150"
                                            VerticalAlignment="Center" Grid.Column="2">
                                            <ig:XamPieChart.Style>
                                                <Style TargetType="ig:XamPieChart">
                                                    <Setter Property="LabelsPosition" Value="Center" />
                                                     <Setter Property="Foreground" Value="Transparent" />                                           
                                                </Style>                                
                                            </ig:XamPieChart.Style>                            
                                            </ig:XamPieChart>
                                        <ig:ItemLegend x:Name="legendPie1" Visibility="Visible" Style="{StaticResource legendPieStyle}"
                                            Margin="15,0,0,0" Padding="10,5,10,5" Grid.Column="4" FontSize="8.5" Grid.Row="0" />

Do I need to fix something in the usage?

 

Thanks

Parents
  • 30945
    Offline posted

    Hello,

     

    Thank you for your post. I have been looking into the issue that you have described and I could not managed to reproduce it. I have created a sample application, using your code snippet as basis and when I open the MainPage in Expression Blend Preview for Silverlight 5, the designer does not throw the error that you have described. I have tested the sample application using the RTM and the latest service release of version 12.1 with the same result. I am attaching a screenshot of Expression Blend’s designer and the sample application that I have created.

     

    Please let me know if you can reproduce the same behavior using my sample application and if not, would you please if possible, modify my sample application in order to demonstrates the issue, in order to be able to research what the reason for it might be?

     

    Looking forward to hearing from you.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

     

     

Reply Children
No Data