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

Getting Problem with Controls Placing

1 Answer 17 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
satish
Top achievements
Rank 1
satish asked on 19 May 2009, 05:37 AM
Hi,

  I am getting the below problem when I try to place the control in my xaml page. The below is the xaml page code. Could you please any body can help me.

AG_E_UNKNOWN_ERROR [Line: 19 Position: 171]

<

 

navigation:Page xmlns:telerikInput="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input"

 

 

x:Class="SLRAMWareWebApp.TelerikControlsSample"

 

 

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

 

 

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

 

 

xmlns:navigation="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Navigation"

 

 

Title="TelerikControlsSample Page">

 

 

 

 

<Grid x:Name="LayoutRoot" Background="White">

 

 

 

<StackPanel Grid.Column="0" Grid.RowSpan="2" Margin="50 0 0 0" HorizontalAlignment="Left">

 

 

 

 

<telerikInput:RadComboBox x:Name="CarsComboBox" Width="200" IsEditable="False" IsReadOnly="False" DisplayMemberPath="Name" SelectedIndex="0" HorizontalAlignment="Left" />

 

 

 

 

</StackPanel>

 

 

 

</Grid>

 

</

 

navigation:Page>

 

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 20 May 2009, 11:15 AM
Hi satish,

There are two possible problems.

1. You have not added Telerik.Windows.Controls to your project . All assemblies are defendant on it.

2. If this error disappears when you build the project or by closing the .xaml page and opening it again - I am afraid that this is a limitation in the Silverlight 2 and there is not much we can do to work it around at this time.

If you need more help please open a support ticket and attach a simple project there. We will test it at our side and trey to resolve the problem.


Greetings,
Boyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
satish
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or