Telerik RadControls for Windows Phone – Article #4 – UnKnown Namespace Error

If you are getting the similar “UnKnown Namespace ” Error like the one shown in the screenshot below when using the Telerik RadControls for Windows Phone , then it might be because of the wrong namespace being declared in the PhoneApplicationPage.

The type ‘RadRating’ was not found because ‘http://schemas.telerik.com/windowsphone’ is an unknown namespace. [Line: 32 Position: 114]

Telerik RadControls for Windows Phone – Article #4 – UnKnown Namespace Error
Telerik RadControls for Windows Phone – Article #4 – UnKnown Namespace Error

I got this error when using the RadRating control in a sample WP7 project .

To fix the above error , i modified the name space in XAML page

From

xmlns:telerik=”http://schemas.telerik.com/windowsphone”

To

xmlns:telerik=”clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input”

Thats it . Everything started working normally 🙂

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...