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

InitializeComponent() Fail

2 Answers 79 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
Neo
Top achievements
Rank 1
Neo asked on 24 May 2010, 03:40 AM
Hey,
I'm using the TransitioningContentControl and getting an exception thrown somewhere inside InitializeComponent(). It states:
XamlParseException occurred
Failed to create a 'System.WindowsDependancyProperty' from the text IsEnabled.

XAML:
        <layout:TransitioningContentControl   x:Name="tcc"
                                          Grid.Column="0"
                                          Grid.Row="1"
                                          HorizontalAlignment="Left"
                                          VerticalAlignment="Center"
                                          Content="Use buttons to change content">
            <layout:TransitioningContentControl.ContentTemplate>
                <DataTemplate>
                    <StackPanel >
                        <TextBlock
                         Text="{Binding Title }"
                         FontFamily="Georgia"
                         FontSize="14" />
                        <TextBlock Text="{Binding Author }"
                       FontFamily="Georgia"
                       FontSize="14" />
                    </StackPanel>
                </DataTemplate>
            </layout:TransitioningContentControl.ContentTemplate>
        </layout:TransitioningContentControl>

2 Answers, 1 is accepted

Sort by
0
Neo
Top achievements
Rank 1
answered on 26 May 2010, 12:04 AM
Screen Shot of the error
0
Miroslav Nedyalkov
Telerik team
answered on 27 May 2010, 02:51 PM
Hi Michael,

This looks like the transition control from the Silverlight Toolkit, not the Telerik one.
Unfortunately, we do not know what might be causing the problem.

All the best,
Miroslav Nedyalkov
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
TransitionControl
Asked by
Neo
Top achievements
Rank 1
Answers by
Neo
Top achievements
Rank 1
Miroslav Nedyalkov
Telerik team
Share this question
or