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

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

7 Answers 2324 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
siva
Top achievements
Rank 1
siva asked on 01 Feb 2012, 02:16 PM
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>

7 Answers, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 01 Feb 2012, 02:53 PM
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 >>

0
siva
Top achievements
Rank 1
answered on 02 Feb 2012, 07:29 AM
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
0
Yana
Telerik team
answered on 02 Feb 2012, 03:52 PM
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 >>

0
siva
Top achievements
Rank 1
answered on 03 Feb 2012, 06:30 AM
Yes. now it's working. Thanks a lot
0
BALAMURUGAN
Top achievements
Rank 1
answered on 23 Aug 2017, 04:10 AM

I am also facing the same issue..

'Office2016TouchResourceDictionary' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'.

I have added both "Telerik.Windows.Controls.dll" and "Telerik.Windows.Input.dll"

0
Dilyan Traykov
Telerik team
answered on 25 Aug 2017, 12:01 PM
Hello BALAMURUGAN,

I'm attaching the sample project I've used in an attempt to reproduce the error you described. Would it be possible for you to modify it so that the error is present and send it back to me?

Thank you in advance for your cooperation on the matter.

Regards,
Dilyan Traykov
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Christy
Top achievements
Rank 1
Iron
answered on 01 Sep 2021, 07:14 AM

Hello

I am also facing the same issue..
Error XDG0008 The name "RadToggleSwitchButton" does not exist in the namespace "http://schemas.telerik.com/2008/xaml/presentation".

I added  "Telerik.Windows.Controls.dll" and "Telerik.Windows.Input.dlh"  but it does not work.

Dilyan Traykov
Telerik team
commented on 02 Sep 2021, 09:47 AM

Hello Christy,
Can you please confirm whether the two assemblies are from the same version?
If this is indeed the case, would you find it possible to demonstrate this error in a small sample project so that I can further investigate at my end and assist you? If you do not wish to make your project publicly available, you can open a new support ticket and attach it there.
Thank you in advance for your cooperation on the matter.
Tags
ComboBox
Asked by
siva
Top achievements
Rank 1
Answers by
Boyan
Telerik team
siva
Top achievements
Rank 1
Yana
Telerik team
BALAMURUGAN
Top achievements
Rank 1
Dilyan Traykov
Telerik team
Christy
Top achievements
Rank 1
Iron
Share this question
or