Your official information source from the .NET Web Development and Tools group at Microsoft.
Today I am very proud to announce that Silverlight 2 has been officially released! Grab it today at http://silverlight.net/GetStarted. This is a phenomenal release that provides a powerful solution to creating rich web application. At the link above you can install:
Breaking Changes
Make certain to upgrade your beta 1 and beta 2 applications as they will not run under the release version of Silverlight 2. For a complete list of breaking changes see the Breaking Changes document. I also call out these breaking changes in my blog here for RC0. The #1 on my list is to update your MIME types and MinimumVersion:
#1 - Your Web Page.
If you have a project already developed for beta-1 or beta-2 you will need to make an adjustment to your web page that hosts the Silverlight control. For an HTML page change you will need to change the MIME type. To do this, open your HTML Page, change “x-silverlight-2-b1” or “application/x-silverlight-2-b2” to “application/x-silverlight-2”. <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"> If you use an ASPX based Page, open your ASPX page and change the Minimum Version to “2.0.30923.0”: <asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/TextBlockTest.xap" MinimumVersion="2.0.31005.0" Width="100%" Height="100%" />
If you have a project already developed for beta-1 or beta-2 you will need to make an adjustment to your web page that hosts the Silverlight control. For an HTML page change you will need to change the MIME type. To do this, open your HTML Page, change “x-silverlight-2-b1” or “application/x-silverlight-2-b2” to “application/x-silverlight-2”.
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
If you use an ASPX based Page, open your ASPX page and change the Minimum Version to “2.0.30923.0”:
<asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/TextBlockTest.xap" MinimumVersion="2.0.31005.0" Width="100%" Height="100%" />
Highlights
Highlights of the new Silverlight 2 features from the Press Release:
For More Details
Known issues and workarounds. (I will keep this section up-to-date if any other issues are encountered):
PingBack from http://portablegreenhousesite.info/story.php?id=2575