This question is locked. New answers and comments are not allowed.
I am using SL4 with VS 2010 Professional edition. I want to use RadGridView in my project, but get a build error:
The tag 'RadGridView' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView'. \
This is how I have added the tag:
xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"
I even tried adding this, but didn't work:
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
I have added the following DLLs as reference:
Telerik.Windows.Controls
Telerik.Windows.Controls.GridView
Telerik.Windows.Controls.Input
Telerik.Windows.Data
Funny thing is, intellisense works and shows me RadGridView under telerik namespace. I can also see the grid in design time. But the build breaks with the above error. This is really weird!
I can create an object of type RadGridView in my code behind file. It builds just fine, so the problem is with xaml only. I have spent hours on fixing this and I would appreciate any help with this.
The tag 'RadGridView' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView'. \
This is how I have added the tag:
xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"
I even tried adding this, but didn't work:
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
I have added the following DLLs as reference:
Telerik.Windows.Controls
Telerik.Windows.Controls.GridView
Telerik.Windows.Controls.Input
Telerik.Windows.Data
Funny thing is, intellisense works and shows me RadGridView under telerik namespace. I can also see the grid in design time. But the build breaks with the above error. This is really weird!
I can create an object of type RadGridView in my code behind file. It builds just fine, so the problem is with xaml only. I have spent hours on fixing this and I would appreciate any help with this.
