Vincent Leung reports this minor update of the Composite Application Guidance for WPF and Silverlight which allows you to use the Composite Application Library with Silverlight 3.
The following changes were implemented in this release:
- All Visual Studio projects (Composite Application Library, reference implementation, and Quickstarts) were migrated to use Silverlight 3. If you do not want to upgrade to Silverlight 3, see Opening Projects with Silverlight 2.
- TabRegionControlAdapter was modified to support binding in the TabItem’s control header in Silverlight 3. This feature was present for Silverlight 2 but stopped working in Silverlight 3 due to a breaking change. It now supports both versions of Silverlight. [...]