DZone
Mobile Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Mobile Zone > Fixing the UnKnown Namespace Error for Windows Phone

Fixing the UnKnown Namespace Error for Windows Phone

Senthil Kumar user avatar by
Senthil Kumar
·
Mar. 21, 12 · Mobile Zone · Interview
Like (0)
Save
Tweet
4.17K Views

Join the DZone community and get the full member experience.

Join For Free

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

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 :)

Windows Phone

Published at DZone with permission of Senthil Kumar, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Event-Driven Order Processing Program
  • How Low Code Demands More Creativity From Developers
  • Unified Observability Exporters: Metrics, Logs, and Tracing
  • Complete Guide to TestOps

Comments

Mobile Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo