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

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

You May Also Like

This blog post will guide you through several effective methods to troubleshoot and resolve the issue of Microsoft Edge not...
Windows 11 offers a range of audio enhancements that can enrich your listening experience. These enhancements include features like virtual...
Windows 11 brings a fresh and visually stunning design to your desktop, and one of the standout features is the...