M@rkJakes.com

A blog of Mark's musings
  • rss
  • Home
  • Tech Blog
  • Dev Blog
  • Radio Blog
  • Rants
  • Music Interests

System.Windows.Ria missing when upgrading from SL3 to SL4

The Admin 6/6/2010 4:54:00 PM

Sometimes I kick myself for not checking out 'Breaking Changes' when upgrading from one version of a product to another and Silverlight is no different.

When upgrading one of my projects from Silverlight 3 to Silverlight 4 I kept getting

"The type or namespace name 'ria' does not exist in the namespace 'system.windows'"

If you are getting this, the solution is quite simple, RTFM  :-)    Go to

Here you will find in the documentation that 'System.Windows.Ria' has been depreciated.

In your Silverlight 4 client, simply change your 'using' statement from ...

using System.Windows.Ria;

 

To...

using System.ServiceModel.DomainServices.Client;

Comments
No Comments

Leave a Comment

  • Recent Posts

    • Second post for simon
    • Post for Simon
    • Send obviscated passwords in emails (aka ASCII Art)
    • Portable Nand Partition Dumps
    • Digital Camera Autofocus
  • Popular Posts

    • UK VHF Aeronautical Radio Frequencies
    • Using the 'OUT' parameter in stored procedures in EF4/Silverlight
    • System.Windows.Ria missing when upgrading from SL3 to SL4
    • Load Operation Failed for query 'GetYourRecords'
    • 99 Ways to improve performance on your (windows) PC
  • Recent Comments

    • The Admin on Post for Simon
    • The Admin on Using XP as an internet router
    • Dave on Using XP as an internet router
    • Matt on Bidfun.co.uk - Too good to be true!
    • The Admin on Exeter Airport Changes to Flight Waypoints
Powered by Graffiti CMS
  • design by jide
  • Theme converted to GraffitiCMS by Adonis Bitar