This question is locked. New answers and comments are not allowed.
I've just upgraded a project that uses MediaPlayer to the latest release, but the project won't compile because of a missing class, the MediaPlayer.PlaylistPresenter, which contains the ItemsPresenter for the playlist.
I've generated the custom template by creating a new style for the player as a resource using Blend 3 and modifying that to suit the project's needs.
Commenting out the erroneous parts of the template (leaving the ItemsPresenter bare in this case) and commenting out the template setters in styles causes the player to display a blank surface.
Is there any way to salvage the Q3 styles to apply to the Q1 release or do I need to re-do my template?