Hanuk's Microsoft Platform Strategy Blog

Hanu Kommalapati's musings on platform strategies.

Silverlight Version Compatibility

Considering Silverlight being in its 3rd rev, end users often come across scenarios where a web browser need to render pages composed from applications compiled against different Silverlight versions. As only one version of the Silverlight plug-in can be installed on the end user machine at a given time, the CLR associated with the plug-in should be compatible to run current and previous versions of the Silverlight applications.

 

The following picture illustrates a scenario where a web page is composed of Silverlight 2 and Silverlight 3 applications:

 

Silverlight version compatibilityWhen the Silverlight 3 plug-in encounters a situation like the above, the CoreCLR creates a Silverlight 2 compatible (v2 “quirks mode”) AppDomain, a Silverlight 3 compatible (v3 “quirks mode”) AppDomain and provides proper environments for the respective XAP files. The above is accomplished while at the same time while adhering to the principle of one CLR version per a managed Windows process.

 

Regards,

Hanu

Published Monday, July 27, 2009 9:15 PM by hanuk

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

 

Andreas Hollmann said:

Hello, I'm the discoverer of the version design pattern, which allows the downward compatibility of any software-components. I implemented it in two open-source fameworks. Look at my article about version-design pattern, maybe you like it <a href="http://www.happy-guys.com/en/open-source/happy-commons/features/version-pattern.html">http://www.happy-guys.com/en/open-source/happy-commons/features/version-pattern.html</a>

January 4, 2010 3:27 PM

Leave a Comment

(required) 
(optional)
(required) 

  
Enter Code Here: Required
Submit

© 2010 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker