0
kicks
Silverlight 2 (RC0 / RTM) - Dynamic Assembly Loading Fix
Fix to the Silverlight dynamic assembly load pattern introduced in Silverlight 2 Beta 1/2. Changes to the Deployment class prevent the use of the XamlReader.Load method and you have to manually parse the AppManifest.xaml xml with LINQ to XML or an alternative to load the assemblies dynamically.