I am very pleased to tell you that we have just deployed the QFE to support Silverlight 2 Beta on the Silverlight Streaming service (SLS in the rest of this post).
You could already upload XAP files to SLS since we had updated the “allow list” for SLS, now you can instantiate your app from SLS. It is important to note that the SLS manifest is *not* the same thing as the new appManifest introduced with the XAP concept in Silverlight 2 Beta.
The two major changes to the SLS manifest.xml are the following:
- You can specify <version>2.0</version> and it will require Silverlight 2 Beta to be present on the client machine to run the app
- You can specify <source>yourApp.xap</source> and it will actually understand what to do with it
Reference: How to create the SLS manifest - http://msdn2.microsoft.com/en-us/library/bb851612.aspx
The previous invocation methods are not affected by this update:
- Iframe: http://msdn2.microsoft.com/en-us/library/bb802533.aspx
- Windows Live Control: http://msdn2.microsoft.com/en-us/library/cc304460.aspx