When I try to start my app with this code it throws an exception saying error text cannot be found.
<Button> <Button.Triggers> <EventTrigger RoutedEvent="Button.Click"> <BeginStoryboard> <Storyboard> <DoubleAnimation Duration="0:0:05" To="1" From="0" Storyboard.TargetName="ContentGrid" Storyboard.TargetProperty="Opacity" /> </Storyboard> </BeginStoryboard> </EventTrigger> </Button.Triggers> </Button> Seems like something wrong with the routed event property. What will fix this exception.