The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Updting my Reference Silverlight Apps to RC

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sascha Corti

Posts: 797
Nickname: sascha
Registered: Aug, 2003

Sascha Corti is a developer evangelist for Microsoft in Switzerland.
Updting my Reference Silverlight Apps to RC Posted: Aug 2, 2007 5:33 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Sascha Corti.
Original Post: Updting my Reference Silverlight Apps to RC
Feed Title: Console.WriteLine("Hello World");
Feed URL: http://www.corti.com/WebLogSascha/blogxbrowsing.asmx/GetRss?
Feed Description: A technology blog with a focus on the .NET framework, the Visual Studio .NET tools and the Windows server platform with of course the normal weblog-noise on what's happening in the industry and reviews of the latest geeky gadgets.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Sascha Corti
Latest Posts From Console.WriteLine("Hello World");

Advertisement

It is August and everything in Silverlight world is brand new!

The Silverlight 1.0 runtime has updated to Release Candidate, Silverlight 1.1 to an "Alpha Refresh".

To write any Silverlight apps, I suggest trying the new "Expression Blend 2 August Preview".

To use Visual Studio as Silverlight dev platform, try Microsoft ASP.NET Futures (July 2007) together with Visual Studio 2005 or the brand new Microsoft Visual Studio 2008 Beta 2 plus Microsoft Silverlight Tools Alpha Refresh for Visual Studio (July 2007).

Also, don't miss to install the new Silverlight SDKs:

I updated my reference Silverlight application from Silverlight 1.0 Beta (April) to Silverlight 1.0 RC and only needed two minor modifications for it to work again:

"Default.htm.js" needed a few modifications as the namespace "Sys.Silverlight" moved to "Silverlight" and event handlers in Silverlight XAML resources don't support the notation "event="javascript:handler"" anymore - which required me to simply remove the "javascript:". Then, the "Silverlight.js" script that is part of every Silverlight application, making sure the Silverlight runtime is installed on the target system, needed to be replaced. That was all.

Read: Updting my Reference Silverlight Apps to RC

Topic: Ten things you might not know about ASP.NET 2.0 Previous Topic   Next Topic Topic: Distributed Logging

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use