I drag RadGridView to new WPF application and get the following error:
The type or namespace name 'Windows' does not exist in the namespace WpfApplicationTelerik' (are you missing an assembly reference?) ....WpfApplicationTelerik\Window1.xaml 6 26 WpfApplicationTelerik
What's wrong?
3 Answers, 1 is accepted
0
Milan
Telerik team
answered on 17 Jun 2009, 08:17 AM
Hi Ilan,
It seems that the problem is not caused by the grid itself but rather the is a namespace mapping issue or missing assemblies. Could you share your application by openning a support ticket or just pasting you XAML code and code-behind here? Which Telerik assemblies have been added to your project?
The problem was actually very strange and it was causec by the namespace naming. The samples.WpfApplication.Telerik was causing a conflict with the Telerik namespaces and that is why you were getting the error. I tried renaming my namespace to samples.WpfApplication.New and the error disappeared.
If you create a new solution without the word Telerik in it you should not have more problems.