Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > ComboBox > error "The tag 'RadComboBox' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation"

Not answered error "The tag 'RadComboBox' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation"

Feed from this thread
  • siva avatar

    Posted on Feb 1, 2012 (permalink)

    Getting error like "The tag 'RadComboBox' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation" this.

    This is my coding


    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
        mc:Ignorable="d"
        x:Class="Splendid.testing.StatusMap.UserControl1"
        d:DesignWidth="640" d:DesignHeight="480">

        <Grid x:Name="LayoutRoot">
            <telerik:RadComboBox Margin="276,0,201,194" VerticalAlignment="Bottom">
                <telerik:RadComboBoxItem Content="RadComboBoxItem" Height="100" Width="100"/>
                <telerik:RadComboBoxItem Content="RadComboBoxItem" Height="100" Width="100"/>
            </telerik:RadComboBox>
        </Grid>

    Reply

  • Boyan Boyan admin's avatar

    Posted on Feb 1, 2012 (permalink)

    Hello,

    Make sure that you have added all the required binaries for RadCombobox:
    Telerik.Windows.Controls.dll
    Telerik.Windows.Controls.Input.dll


    They should also be with the same version.

    Kind regards,
    Boyan
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • siva avatar

    Posted on Feb 2, 2012 (permalink)

    I added those mentioned DLL's. But still it's not working.

    I attached my full solution with dll.

    Download and check what's the problem in that

    http://www.2shared.com/file/V8mNXBb8/radcombobox.html

    Reply

  • Yana Yana admin's avatar

    Posted on Feb 2, 2012 (permalink)

    Hi Siva,

    We checked the project and it seems that the two Telerik assemblies are different versions:
    Telerik.Windows.Controls.dll is from Q2 2011 release, but Telerik.Windows.Controls.Input.dll is from Q1 2011 release.  Please change one of them and let us know the result.


    Greetings,
    Yana
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • siva avatar

    Posted on Feb 3, 2012 (permalink)

    Yes. now it's working. Thanks a lot

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > ComboBox > error "The tag 'RadComboBox' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation"
Related resources for "error "The tag 'RadComboBox' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation""

Silverlight ComboBox Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]