Hi,
We have download and installed sample exe for WPF application.
It has created some sample application in C:\ProgramFiles\Telerik...
Now when you copy and paste the code from your examples, its not running and giving error.
So Can you please tell me how to use run your sample examples.
I get the error at line
    
        
This is my Code
    
I have installed .NET Framework 3.0 and VS 2005
We need to use this in a web application.
Thanks
Savan
                                We have download and installed sample exe for WPF application.
It has created some sample application in C:\ProgramFiles\Telerik...
Now when you copy and paste the code from your examples, its not running and giving error.
So Can you please tell me how to use run your sample examples.
I get the error at line
| <telerik:RadCarousel Error is : The element grid in namespace http://schemas.microsoft.com/winfx/2006/xaml/presentation has invalid child element RadCarousel in namepace http://schemas.microsoft.com/winfx/2006/xaml/ list of possible elements expexted..... | 
This is my Code
| <QuickStart:ExampleControl x:Class="Telerik.Windows.Examples.Carousel.BringIntoView.Example" | 
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | 
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | 
| xmlns:QuickStart="clr-namespace:Telerik.Windows.QuickStart;assembly=Telerik.Windows.QuickStart" | 
| xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" | 
| xmlns:e="clr-namespace:Telerik.Windows.Examples"> | 
| <QuickStart:ExampleControl.Resources> | 
| <ObjectDataProvider x:Key="objectDataProvider" ObjectType="{x:Type e:ExamplesDB}" MethodName="GetAddressBookSimple" /> | 
| </QuickStart:ExampleControl.Resources> | 
| <Grid> | 
| <telerik:RadCarousel Name="radCarousel" DataContext="{StaticResource objectDataProvider}" ItemsSource="{Binding}"/> | 
| </Grid> | 
| <QuickStart:ExampleControl.TopRightPanel> | 
| <StackPanel> | 
| <TextBlock Text="Locate contact" /> | 
| <ComboBox DisplayMemberPath="FirstName" DataContext="{StaticResource objectDataProvider}" | 
| ItemsSource="{Binding}" HorizontalAlignment="Stretch" ClipToBounds="True" SelectedIndex="0" | 
| SelectionChanged="Contact_SelectionChanged" /> | 
| </StackPanel> | 
| </QuickStart:ExampleControl.TopRightPanel> | 
| </QuickStart:ExampleControl> | 
I have installed .NET Framework 3.0 and VS 2005
We need to use this in a web application.
Thanks
Savan

